Struct arrow::datatypes::UInt32Type
source · pub struct UInt32Type {}
Expand description
An unsigned 32-bit integer type.
Trait Implementations§
source§impl ArrowPrimitiveType for UInt32Type
impl ArrowPrimitiveType for UInt32Type
source§impl Debug for UInt32Type
impl Debug for UInt32Type
source§impl Parser for UInt32Type
impl Parser for UInt32Type
fn parse(string: &str) -> Option<<UInt32Type as ArrowPrimitiveType>::Native>
fn parse_formatted(string: &str, _format: &str) -> Option<Self::Native>
impl ArrowDictionaryKeyType for UInt32Type
Auto Trait Implementations§
impl Freeze for UInt32Type
impl RefUnwindSafe for UInt32Type
impl Send for UInt32Type
impl Sync for UInt32Type
impl Unpin for UInt32Type
impl UnwindSafe for UInt32Type
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