pub struct MarketDepthParams {
pub num_rows: i32,
pub is_smart_depth: bool,
pub mkt_depth_options: Vec<(String, String)>,
}Fields§
§num_rows: i32§is_smart_depth: bool§mkt_depth_options: Vec<(String, String)>Trait Implementations§
Source§impl Clone for MarketDepthParams
impl Clone for MarketDepthParams
Source§fn clone(&self) -> MarketDepthParams
fn clone(&self) -> MarketDepthParams
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 moreAuto Trait Implementations§
impl Freeze for MarketDepthParams
impl RefUnwindSafe for MarketDepthParams
impl Send for MarketDepthParams
impl Sync for MarketDepthParams
impl Unpin for MarketDepthParams
impl UnwindSafe for MarketDepthParams
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