#[repr(transparent)]pub struct ContactFieldCategory(pub i32);
Expand description
Required features: "ApplicationModel_Contacts"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for ContactFieldCategory
impl Clone for ContactFieldCategory
impl Copy for ContactFieldCategory
Auto Trait Implementations
impl RefUnwindSafe for ContactFieldCategory
impl Send for ContactFieldCategory
impl Sync for ContactFieldCategory
impl Unpin for ContactFieldCategory
impl UnwindSafe for ContactFieldCategory
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