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