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
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