pub struct CreateSubAccountVirtualSubAccountV1Params {
pub sub_account_string: String,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method create_sub_account_virtual_sub_account_v1
Fields§
§sub_account_string: String§timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for CreateSubAccountVirtualSubAccountV1Params
impl Clone for CreateSubAccountVirtualSubAccountV1Params
Source§fn clone(&self) -> CreateSubAccountVirtualSubAccountV1Params
fn clone(&self) -> CreateSubAccountVirtualSubAccountV1Params
Returns a copy 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 Default for CreateSubAccountVirtualSubAccountV1Params
impl Default for CreateSubAccountVirtualSubAccountV1Params
Source§fn default() -> CreateSubAccountVirtualSubAccountV1Params
fn default() -> CreateSubAccountVirtualSubAccountV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSubAccountVirtualSubAccountV1Params
impl RefUnwindSafe for CreateSubAccountVirtualSubAccountV1Params
impl Send for CreateSubAccountVirtualSubAccountV1Params
impl Sync for CreateSubAccountVirtualSubAccountV1Params
impl Unpin for CreateSubAccountVirtualSubAccountV1Params
impl UnwindSafe for CreateSubAccountVirtualSubAccountV1Params
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