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