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