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