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