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