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