#[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 = Self(0i32)
pub const AllCalendarsReadOnly: Self = Self(1i32)
pub const AllCalendarsReadWrite: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more