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