pub struct UInt8Type {}
Expand description
An unsigned 8-bit integer type.
Trait Implementations§
source§impl ArrowPrimitiveType for UInt8Type
impl ArrowPrimitiveType for UInt8Type
impl ArrowDictionaryKeyType for UInt8Type
Auto Trait Implementations§
impl Freeze for UInt8Type
impl RefUnwindSafe for UInt8Type
impl Send for UInt8Type
impl Sync for UInt8Type
impl Unpin for UInt8Type
impl UnwindSafe for UInt8Type
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