pub enum LongLogical {
Time,
TimestampMillis,
TimestampMicros,
LocalTimestampMillis,
LocalTimestampMicros,
}
Expand description
Enum of all logical types of Schema::Long
Variants§
Time
A time
TimestampMillis
A timestamp
TimestampMicros
A timestamp
LocalTimestampMillis
A timestamp without timezone
LocalTimestampMicros
A timestamp without timezone
Trait Implementations§
Source§impl Clone for LongLogical
impl Clone for LongLogical
Source§fn clone(&self) -> LongLogical
fn clone(&self) -> LongLogical
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 Debug for LongLogical
impl Debug for LongLogical
Source§impl Hash for LongLogical
impl Hash for LongLogical
Source§impl PartialEq for LongLogical
impl PartialEq for LongLogical
impl Copy for LongLogical
impl Eq for LongLogical
impl StructuralPartialEq for LongLogical
Auto Trait Implementations§
impl Freeze for LongLogical
impl RefUnwindSafe for LongLogical
impl Send for LongLogical
impl Sync for LongLogical
impl Unpin for LongLogical
impl UnwindSafe for LongLogical
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