#[repr(transparent)]pub struct AppointmentStoreChangeType(pub i32);
Expand description
Required features: "ApplicationModel_Appointments"
Tuple Fields
0: i32
Implementations
impl AppointmentStoreChangeType
impl AppointmentStoreChangeType
pub const AppointmentCreated: Self = Self(0i32)
pub const AppointmentModified: Self = Self(1i32)
pub const AppointmentDeleted: Self = Self(2i32)
pub const ChangeTrackingLost: Self = Self(3i32)
pub const CalendarCreated: Self = Self(4i32)
pub const CalendarModified: Self = Self(5i32)
pub const CalendarDeleted: Self = Self(6i32)
Trait Implementations
impl Clone for AppointmentStoreChangeType
impl Clone for AppointmentStoreChangeType
impl Copy for AppointmentStoreChangeType
Auto Trait Implementations
impl RefUnwindSafe for AppointmentStoreChangeType
impl Send for AppointmentStoreChangeType
impl Sync for AppointmentStoreChangeType
impl Unpin for AppointmentStoreChangeType
impl UnwindSafe for AppointmentStoreChangeType
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