Struct LinkType
#[repr(transparent)]pub struct LinkType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl LinkType
impl LinkType
pub const Undefined: Self
pub const NotALink: Self
pub const ClientLink: Self
pub const FriendlyLinkName: Self
pub const FriendlyLinkAddress: Self
pub const AutoLink: Self
pub const AutoLinkEmail: Self
pub const AutoLinkPhone: Self
pub const AutoLinkPath: Self
Trait Implementations§
impl Copy for LinkType
impl Eq for LinkType
impl StructuralPartialEq for LinkType
Auto Trait Implementations§
impl Freeze for LinkType
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnwindSafe for LinkType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more