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