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