pub struct MIDPRICE {
pub timeperiod: usize,
/* private fields */
}Fields§
§timeperiod: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MIDPRICE
impl RefUnwindSafe for MIDPRICE
impl Send for MIDPRICE
impl Sync for MIDPRICE
impl Unpin for MIDPRICE
impl UnsafeUnpin for MIDPRICE
impl UnwindSafe for MIDPRICE
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