pub struct DateTime64ColumnData { /* private fields */ }Trait Implementations§
Source§impl ColumnData for DateTime64ColumnData
impl ColumnData for DateTime64ColumnData
fn sql_type(&self) -> SqlType
fn save(&self, encoder: &mut Encoder, start: usize, end: usize)
fn len(&self) -> usize
fn push(&mut self, value: Value)
fn at(&self, index: usize) -> ValueRef<'_>
fn clone_instance(&self) -> BoxColumnData
unsafe fn get_internal( &self, pointers: &[*mut *const u8], level: u8, ) -> Result<()>
fn is_empty(&self) -> bool
fn cast_to( &self, _this: &ArcColumnData, _target: &SqlType, ) -> Option<ArcColumnData>
Auto Trait Implementations§
impl Freeze for DateTime64ColumnData
impl RefUnwindSafe for DateTime64ColumnData
impl Send for DateTime64ColumnData
impl Sync for DateTime64ColumnData
impl Unpin for DateTime64ColumnData
impl UnwindSafe for DateTime64ColumnData
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