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