#[repr(transparent)]pub struct AppointmentParticipantRole(pub i32);Expand description
Required features: "ApplicationModel_Appointments"
Tuple Fields
0: i32Implementations
impl AppointmentParticipantRole
impl AppointmentParticipantRole
pub const RequiredAttendee: Self = Self(0i32)
pub const OptionalAttendee: Self = Self(1i32)
pub const Resource: Self = Self(2i32)
Trait Implementations
impl Clone for AppointmentParticipantRole
impl Clone for AppointmentParticipantRole
impl Copy for AppointmentParticipantRole
Auto Trait Implementations
impl RefUnwindSafe for AppointmentParticipantRole
impl Send for AppointmentParticipantRole
impl Sync for AppointmentParticipantRole
impl Unpin for AppointmentParticipantRole
impl UnwindSafe for AppointmentParticipantRole
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