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