pub struct ExchangeRelation { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ExchangeRelation
impl Clone for ExchangeRelation
Source§fn clone(&self) -> ExchangeRelation
fn clone(&self) -> ExchangeRelation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExchangeRelation
impl Debug for ExchangeRelation
Source§impl Default for ExchangeRelation
impl Default for ExchangeRelation
Source§impl From<ExchangeRelation> for ExchangeRelation
impl From<ExchangeRelation> for ExchangeRelation
Source§fn from(value: ExchangeRelation) -> Self
fn from(value: ExchangeRelation) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ExchangeRelation> for ExchangeRelation
impl TryFrom<ExchangeRelation> for ExchangeRelation
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ExchangeRelation) -> Result<Self, ConversionError>
fn try_from(value: ExchangeRelation) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ExchangeRelation
impl RefUnwindSafe for ExchangeRelation
impl Send for ExchangeRelation
impl Sync for ExchangeRelation
impl Unpin for ExchangeRelation
impl UnwindSafe for ExchangeRelation
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