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