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