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