#[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 = Self(0i32)
pub const Syncing: Self = Self(1i32)
pub const UpToDate: Self = Self(2i32)
pub const AuthenticationError: Self = Self(3i32)
pub const PolicyError: Self = Self(4i32)
pub const UnknownError: Self = Self(5i32)
pub const ManualAccountRemovalRequired: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more