Struct ContactListSyncStatus
#[repr(transparent)]pub struct ContactListSyncStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ContactListSyncStatus
impl ContactListSyncStatus
pub const Idle: Self
pub const Syncing: Self
pub const UpToDate: Self
pub const AuthenticationError: Self
pub const PolicyError: Self
pub const UnknownError: Self
pub const ManualAccountRemovalRequired: Self
Trait Implementations§
§impl Clone for ContactListSyncStatus
impl Clone for ContactListSyncStatus
§fn clone(&self) -> ContactListSyncStatus
fn clone(&self) -> ContactListSyncStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ContactListSyncStatus
impl Debug for ContactListSyncStatus
§impl Default for ContactListSyncStatus
impl Default for ContactListSyncStatus
§fn default() -> ContactListSyncStatus
fn default() -> ContactListSyncStatus
Returns the “default value” for a type. Read more
§impl PartialEq for ContactListSyncStatus
impl PartialEq for ContactListSyncStatus
impl Copy for ContactListSyncStatus
impl Eq for ContactListSyncStatus
impl StructuralPartialEq for ContactListSyncStatus
Auto Trait Implementations§
impl Freeze for ContactListSyncStatus
impl RefUnwindSafe for ContactListSyncStatus
impl Send for ContactListSyncStatus
impl Sync for ContactListSyncStatus
impl Unpin for ContactListSyncStatus
impl UnwindSafe for ContactListSyncStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more