pub struct GetPositionV1Params {
pub timestamp: i64,
pub symbol: Option<String>,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method get_position_v1
Fields§
§timestamp: i64§symbol: Option<String>Option trading pair, e.g BTC-200730-9000-C
recv_window: Option<i64>Trait Implementations§
Source§impl Clone for GetPositionV1Params
impl Clone for GetPositionV1Params
Source§fn clone(&self) -> GetPositionV1Params
fn clone(&self) -> GetPositionV1Params
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 GetPositionV1Params
impl Debug for GetPositionV1Params
Source§impl Default for GetPositionV1Params
impl Default for GetPositionV1Params
Source§fn default() -> GetPositionV1Params
fn default() -> GetPositionV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPositionV1Params
impl RefUnwindSafe for GetPositionV1Params
impl Send for GetPositionV1Params
impl Sync for GetPositionV1Params
impl Unpin for GetPositionV1Params
impl UnwindSafe for GetPositionV1Params
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