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