pub struct crypto_future_btcusdt {}
Implementations§
Source§impl crypto_future_btcusdt
impl crypto_future_btcusdt
pub fn get( price_precision: u8, size_precision: u8, price_increment: Price, size_increment: Quantity, ) -> CryptoFuture
pub fn default() -> CryptoFuture
pub fn partial_1(price_precision: u8) -> CryptoFuture
pub fn partial_2(price_precision: u8, size_precision: u8) -> CryptoFuture
pub fn partial_3( price_precision: u8, size_precision: u8, price_increment: Price, ) -> CryptoFuture
pub fn partial_4( price_precision: u8, size_precision: u8, price_increment: Price, size_increment: Quantity, ) -> CryptoFuture
Auto Trait Implementations§
impl Freeze for crypto_future_btcusdt
impl RefUnwindSafe for crypto_future_btcusdt
impl Send for crypto_future_btcusdt
impl Sync for crypto_future_btcusdt
impl Unpin for crypto_future_btcusdt
impl UnwindSafe for crypto_future_btcusdt
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