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