pub struct Time64MicrosecondType {}
Expand description
64-bit time type: the elapsed time since midnight in microseconds.
Trait Implementations§
Source§impl Debug for Time64MicrosecondType
impl Debug for Time64MicrosecondType
impl ArrowTemporalType for Time64MicrosecondType
impl PrimitiveTypeSealed for Time64MicrosecondType
Auto Trait Implementations§
impl Freeze for Time64MicrosecondType
impl RefUnwindSafe for Time64MicrosecondType
impl Send for Time64MicrosecondType
impl Sync for Time64MicrosecondType
impl Unpin for Time64MicrosecondType
impl UnwindSafe for Time64MicrosecondType
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