Struct DurationMillisecondType
pub struct DurationMillisecondType {}
Expand description
Elapsed time type: milliseconds.
Trait Implementations§
§impl ArrowPrimitiveType for DurationMillisecondType
impl ArrowPrimitiveType for DurationMillisecondType
§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 DurationMillisecondType
impl Debug for DurationMillisecondType
§impl Parser for DurationMillisecondType
impl Parser for DurationMillisecondType
§fn parse(
string: &str,
) -> Option<<DurationMillisecondType as ArrowPrimitiveType>::Native>
fn parse( string: &str, ) -> Option<<DurationMillisecondType as ArrowPrimitiveType>::Native>
Parse a string to the native type
impl ArrowTemporalType for DurationMillisecondType
Auto Trait Implementations§
impl Freeze for DurationMillisecondType
impl RefUnwindSafe for DurationMillisecondType
impl Send for DurationMillisecondType
impl Sync for DurationMillisecondType
impl Unpin for DurationMillisecondType
impl UnwindSafe for DurationMillisecondType
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