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