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