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