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