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