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