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