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