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