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