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