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