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