pub struct QuerySpecialKeyParams {
pub symbol: Option<String>,
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_special_key] operation.
This struct holds all of the inputs you can pass when calling
query_special_key.
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 QuerySpecialKeyParams
impl QuerySpecialKeyParams
Sourcepub fn builder() -> QuerySpecialKeyParamsBuilder
pub fn builder() -> QuerySpecialKeyParamsBuilder
Create a builder for [query_special_key].
Trait Implementations§
Source§impl Clone for QuerySpecialKeyParams
impl Clone for QuerySpecialKeyParams
Source§fn clone(&self) -> QuerySpecialKeyParams
fn clone(&self) -> QuerySpecialKeyParams
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 QuerySpecialKeyParams
impl Debug for QuerySpecialKeyParams
Source§impl Default for QuerySpecialKeyParams
impl Default for QuerySpecialKeyParams
Source§fn default() -> QuerySpecialKeyParams
fn default() -> QuerySpecialKeyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuerySpecialKeyParams
impl RefUnwindSafe for QuerySpecialKeyParams
impl Send for QuerySpecialKeyParams
impl Sync for QuerySpecialKeyParams
impl Unpin for QuerySpecialKeyParams
impl UnsafeUnpin for QuerySpecialKeyParams
impl UnwindSafe for QuerySpecialKeyParams
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