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