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