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