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