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