#[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
pub const AppointmentModified: Self
pub const AppointmentDeleted: Self
pub const ChangeTrackingLost: Self
pub const CalendarCreated: Self
pub const CalendarModified: Self
pub const CalendarDeleted: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more