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