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