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