struct InferredDataType {
packed: u16,
}
Fields§
§packed: u16
Packed booleans indicating type
0 - Boolean 1 - Integer 2 - Float64 3 - Date32 4 - Timestamp(Second) 5 - Timestamp(Millisecond) 6 - Timestamp(Microsecond) 7 - Timestamp(Nanosecond) 8 - Utf8
Implementations§
Trait Implementations§
Source§impl Clone for InferredDataType
impl Clone for InferredDataType
Source§fn clone(&self) -> InferredDataType
fn clone(&self) -> InferredDataType
Returns a copy 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 Default for InferredDataType
impl Default for InferredDataType
Source§fn default() -> InferredDataType
fn default() -> InferredDataType
Returns the “default value” for a type. Read more
impl Copy for InferredDataType
Auto Trait Implementations§
impl Freeze for InferredDataType
impl RefUnwindSafe for InferredDataType
impl Send for InferredDataType
impl Sync for InferredDataType
impl Unpin for InferredDataType
impl UnwindSafe for InferredDataType
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