pub struct BitgetOptions {
pub product_type: String,
pub recv_window: u64,
pub demo: bool,
}Expand description
Bitget-specific options.
Fields§
§product_type: StringProduct type: spot, umcbl (USDT-M), dmcbl (Coin-M).
recv_window: u64Receive window in milliseconds.
demo: boolEnables demo environment.
Trait Implementations§
Source§impl Clone for BitgetOptions
impl Clone for BitgetOptions
Source§fn clone(&self) -> BitgetOptions
fn clone(&self) -> BitgetOptions
Returns a duplicate 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 BitgetOptions
impl Debug for BitgetOptions
Auto Trait Implementations§
impl Freeze for BitgetOptions
impl RefUnwindSafe for BitgetOptions
impl Send for BitgetOptions
impl Sync for BitgetOptions
impl Unpin for BitgetOptions
impl UnwindSafe for BitgetOptions
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