#[repr(transparent)]pub struct ContactChangeType(pub i32);
Expand description
Required features: "Phone_PersonalInformation"
Tuple Fields
0: i32
Implementations
impl ContactChangeType
impl ContactChangeType
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more