pub struct Int64Type {}
This is supported on crate feature
object
only.Trait Implementations
sourceimpl PolarsNumericType for Int64Type
impl PolarsNumericType for Int64Type
impl PolarsIntegerType for Int64Type
Auto Trait Implementations
impl RefUnwindSafe for Int64Type
impl Send for Int64Type
impl Sync for Int64Type
impl Unpin for Int64Type
impl UnwindSafe for Int64Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more