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