pub struct MaximumAttendeeCapacityPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for MaximumAttendeeCapacityPropertyIriOrLabel
impl PartialEq<&str> for MaximumAttendeeCapacityPropertyIriOrLabel
source§impl PartialEq<MaximumAttendeeCapacityPropertyIriOrLabel> for &str
impl PartialEq<MaximumAttendeeCapacityPropertyIriOrLabel> for &str
source§fn eq(&self, other: &MaximumAttendeeCapacityPropertyIriOrLabel) -> bool
fn eq(&self, other: &MaximumAttendeeCapacityPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for MaximumAttendeeCapacityPropertyIriOrLabel
impl RefUnwindSafe for MaximumAttendeeCapacityPropertyIriOrLabel
impl Send for MaximumAttendeeCapacityPropertyIriOrLabel
impl Sync for MaximumAttendeeCapacityPropertyIriOrLabel
impl Unpin for MaximumAttendeeCapacityPropertyIriOrLabel
impl UnwindSafe for MaximumAttendeeCapacityPropertyIriOrLabel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more