pub struct TradeHeader {
pub timestamp: String,
pub recv_window: String,
pub api_key: String,
pub signature: String,
}Fields§
§timestamp: StringX-BAPI-TIMESTAMP
recv_window: StringX-BAPI-RECV-WINDOW
api_key: StringX-BAPI-API-KEY
signature: StringX-BAPI-SIGN
Trait Implementations§
Source§impl Clone for TradeHeader
impl Clone for TradeHeader
Source§fn clone(&self) -> TradeHeader
fn clone(&self) -> TradeHeader
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 TradeHeader
impl Debug for TradeHeader
Auto Trait Implementations§
impl Freeze for TradeHeader
impl RefUnwindSafe for TradeHeader
impl Send for TradeHeader
impl Sync for TradeHeader
impl Unpin for TradeHeader
impl UnsafeUnpin for TradeHeader
impl UnwindSafe for TradeHeader
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