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