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