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