pub struct QuerySpecialKeyListParams {
pub symbol: Option<String>,
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_special_key_list] operation.
This struct holds all of the inputs you can pass when calling
query_special_key_list.
Fields§
§symbol: Option<String>isolated margin pair
This field is **optional.
recv_window: Option<i64>No more than 60000
This field is **optional.
Implementations§
Source§impl QuerySpecialKeyListParams
impl QuerySpecialKeyListParams
Sourcepub fn builder() -> QuerySpecialKeyListParamsBuilder
pub fn builder() -> QuerySpecialKeyListParamsBuilder
Create a builder for [query_special_key_list].
Trait Implementations§
Source§impl Clone for QuerySpecialKeyListParams
impl Clone for QuerySpecialKeyListParams
Source§fn clone(&self) -> QuerySpecialKeyListParams
fn clone(&self) -> QuerySpecialKeyListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuerySpecialKeyListParams
impl Debug for QuerySpecialKeyListParams
Source§impl Default for QuerySpecialKeyListParams
impl Default for QuerySpecialKeyListParams
Source§fn default() -> QuerySpecialKeyListParams
fn default() -> QuerySpecialKeyListParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuerySpecialKeyListParams
impl RefUnwindSafe for QuerySpecialKeyListParams
impl Send for QuerySpecialKeyListParams
impl Sync for QuerySpecialKeyListParams
impl Unpin for QuerySpecialKeyListParams
impl UnsafeUnpin for QuerySpecialKeyListParams
impl UnwindSafe for QuerySpecialKeyListParams
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