pub struct Nanosecond;Trait Implementations§
Source§impl TimeUnitSpec for Nanosecond
impl TimeUnitSpec for Nanosecond
Source§type TimestampType = TimestampNanosecondType
type TimestampType = TimestampNanosecondType
The corresponding arrow timestamp type, e.g.
TimestampNanosecondType.Source§type DurationType = DurationNanosecondType
type DurationType = DurationNanosecondType
The corresponding arrow duration type, e.g.
DurationNanosecondType.Auto Trait Implementations§
impl Freeze for Nanosecond
impl RefUnwindSafe for Nanosecond
impl Send for Nanosecond
impl Sync for Nanosecond
impl Unpin for Nanosecond
impl UnsafeUnpin for Nanosecond
impl UnwindSafe for Nanosecond
Blanket Implementations§
impl<T> Allocation for T
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