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