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