pub struct TickGeneric {
pub tick_type: TickType,
pub value: f64,
}Expand description
Generic tick data.
Fields§
§tick_type: TickTypeType of generic tick.
value: f64The numeric value.
Trait Implementations§
Source§impl Debug for TickGeneric
impl Debug for TickGeneric
Source§impl Default for TickGeneric
impl Default for TickGeneric
Source§fn default() -> TickGeneric
fn default() -> TickGeneric
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TickGeneric
impl RefUnwindSafe for TickGeneric
impl Send for TickGeneric
impl Sync for TickGeneric
impl Unpin for TickGeneric
impl UnsafeUnpin for TickGeneric
impl UnwindSafe for TickGeneric
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