pub struct ExchangeRateSpreadPropertyIriOrLabel;
Trait Implementations§
Source§impl PartialEq<ExchangeRateSpreadPropertyIriOrLabel> for &str
impl PartialEq<ExchangeRateSpreadPropertyIriOrLabel> for &str
Source§fn eq(&self, other: &ExchangeRateSpreadPropertyIriOrLabel) -> bool
fn eq(&self, other: &ExchangeRateSpreadPropertyIriOrLabel) -> bool
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