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