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