#[repr(transparent)]pub struct ContactChangeType(pub i32);
Expand description
Required features: ‘ApplicationModel_Contacts’
Tuple Fields
0: i32
Implementations
impl ContactChangeType
impl ContactChangeType
pub const Created: Self
pub const Modified: Self
pub const Deleted: Self
pub const ChangeTrackingLost: Self
Trait Implementations
impl Clone for ContactChangeType
impl Clone for ContactChangeType
impl Copy for ContactChangeType
Auto Trait Implementations
impl RefUnwindSafe for ContactChangeType
impl Send for ContactChangeType
impl Sync for ContactChangeType
impl Unpin for ContactChangeType
impl UnwindSafe for ContactChangeType
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