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