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