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