#[repr(transparent)]pub struct ContactMatchReasonKind(pub i32);
Expand description
Required features: ‘ApplicationModel_Contacts’
Tuple Fields
0: i32
Implementations
impl ContactMatchReasonKind
impl ContactMatchReasonKind
pub const Name: Self
pub const EmailAddress: Self
pub const PhoneNumber: Self
pub const JobInfo: Self
pub const YomiName: Self
pub const Other: Self
Trait Implementations
impl Clone for ContactMatchReasonKind
impl Clone for ContactMatchReasonKind
impl Copy for ContactMatchReasonKind
Auto Trait Implementations
impl RefUnwindSafe for ContactMatchReasonKind
impl Send for ContactMatchReasonKind
impl Sync for ContactMatchReasonKind
impl Unpin for ContactMatchReasonKind
impl UnwindSafe for ContactMatchReasonKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more