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