pub struct MaximumVirtualAttendeeCapacityPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl PartialEq<&str> for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
source§impl PartialEq<MaximumVirtualAttendeeCapacityPropertyIriOrLabel> for &str
impl PartialEq<MaximumVirtualAttendeeCapacityPropertyIriOrLabel> for &str
source§fn eq(&self, other: &MaximumVirtualAttendeeCapacityPropertyIriOrLabel) -> bool
fn eq(&self, other: &MaximumVirtualAttendeeCapacityPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl RefUnwindSafe for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl Send for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl Sync for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl Unpin for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
impl UnwindSafe for MaximumVirtualAttendeeCapacityPropertyIriOrLabel
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