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