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