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