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