Struct DurationMicrosecondType
pub struct DurationMicrosecondType {}
Expand description
Elapsed time type: microseconds.
Trait Implementations§
§impl ArrowPrimitiveType for DurationMicrosecondType
impl ArrowPrimitiveType for DurationMicrosecondType
§fn get_byte_width() -> usize
fn get_byte_width() -> usize
👎Deprecated: Use ArrowNativeType::get_byte_width
Returns the byte width of this primitive type.
§fn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
§impl Debug for DurationMicrosecondType
impl Debug for DurationMicrosecondType
§impl Parser for DurationMicrosecondType
impl Parser for DurationMicrosecondType
§fn parse(
string: &str,
) -> Option<<DurationMicrosecondType as ArrowPrimitiveType>::Native>
fn parse( string: &str, ) -> Option<<DurationMicrosecondType as ArrowPrimitiveType>::Native>
Parse a string to the native type
impl ArrowTemporalType for DurationMicrosecondType
Auto Trait Implementations§
impl Freeze for DurationMicrosecondType
impl RefUnwindSafe for DurationMicrosecondType
impl Send for DurationMicrosecondType
impl Sync for DurationMicrosecondType
impl Unpin for DurationMicrosecondType
impl UnwindSafe for DurationMicrosecondType
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