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