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