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