pub struct SecStat { /* private fields */ }Expand description
Статистика торгов по инструментам (secstats).
Implementations§
Trait Implementations§
impl StructuralPartialEq for SecStat
Auto Trait Implementations§
impl Freeze for SecStat
impl RefUnwindSafe for SecStat
impl Send for SecStat
impl Sync for SecStat
impl Unpin for SecStat
impl UnsafeUnpin for SecStat
impl UnwindSafe for SecStat
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