Struct arrow::datatypes::DurationNanosecondType
source · pub struct DurationNanosecondType {}
Expand description
An elapsed time type in nanoseconds.
Trait Implementations§
source§impl ArrowPrimitiveType for DurationNanosecondType
impl ArrowPrimitiveType for DurationNanosecondType
source§fn get_byte_width() -> usize
fn get_byte_width() -> usize
Returns the byte width of this primitive type.
source§fn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
source§impl Debug for DurationNanosecondType
impl Debug for DurationNanosecondType
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 UnwindSafe for DurationNanosecondType
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