#[repr(transparent)]pub struct ContactAnnotationOperations(pub u32);
Expand description
Required features: ‘ApplicationModel_Contacts’
Tuple Fields
0: u32
Implementations
impl ContactAnnotationOperations
impl ContactAnnotationOperations
pub const None: Self
pub const ContactProfile: Self
pub const Message: Self
pub const AudioCall: Self
pub const VideoCall: Self
pub const SocialFeeds: Self
Trait Implementations
impl Clone for ContactAnnotationOperations
impl Clone for ContactAnnotationOperations
impl Copy for ContactAnnotationOperations
Auto Trait Implementations
impl RefUnwindSafe for ContactAnnotationOperations
impl Send for ContactAnnotationOperations
impl Sync for ContactAnnotationOperations
impl Unpin for ContactAnnotationOperations
impl UnwindSafe for ContactAnnotationOperations
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