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