pub struct DurationNanosecondType {}Expand description
Elapsed time type: nanoseconds.
Trait Implementations§
impl ArrowTemporalType for DurationNanosecondType
Auto Trait Implementations§
impl Freeze for DurationNanosecondType
impl RefUnwindSafe for DurationNanosecondType
impl Send for DurationNanosecondType
impl Sync for DurationNanosecondType
impl Unpin for DurationNanosecondType
impl UnsafeUnpin for DurationNanosecondType
impl UnwindSafe for DurationNanosecondType
Blanket Implementations§
impl<T> Allocation for T
impl<T> ArrowNumericType for Twhere
T: ArrowPrimitiveType,
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