pub enum ColumnTypeHint {
Timestamp,
Float64,
Int64,
Symbol,
String,
}Expand description
Column data type hint for codec auto-detection.
Variants§
Trait Implementations§
Source§impl Clone for ColumnTypeHint
impl Clone for ColumnTypeHint
Source§fn clone(&self) -> ColumnTypeHint
fn clone(&self) -> ColumnTypeHint
Returns a duplicate 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 ColumnTypeHint
impl Debug for ColumnTypeHint
Source§impl PartialEq for ColumnTypeHint
impl PartialEq for ColumnTypeHint
impl Copy for ColumnTypeHint
impl Eq for ColumnTypeHint
impl StructuralPartialEq for ColumnTypeHint
Auto Trait Implementations§
impl Freeze for ColumnTypeHint
impl RefUnwindSafe for ColumnTypeHint
impl Send for ColumnTypeHint
impl Sync for ColumnTypeHint
impl Unpin for ColumnTypeHint
impl UnsafeUnpin for ColumnTypeHint
impl UnwindSafe for ColumnTypeHint
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