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