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