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