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