pub struct DepthLevel {
pub percentage: f64,
pub bid: f64,
pub ask: f64,
}Fields§
§percentage: f64§bid: f64§ask: f64Trait Implementations§
Source§impl Clone for DepthLevel
impl Clone for DepthLevel
Source§fn clone(&self) -> DepthLevel
fn clone(&self) -> DepthLevel
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 DepthLevel
impl Debug for DepthLevel
Source§impl PartialEq for DepthLevel
impl PartialEq for DepthLevel
impl StructuralPartialEq for DepthLevel
Auto Trait Implementations§
impl Freeze for DepthLevel
impl RefUnwindSafe for DepthLevel
impl Send for DepthLevel
impl Sync for DepthLevel
impl Unpin for DepthLevel
impl UnwindSafe for DepthLevel
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