pub struct UInt64Type {}
Trait Implementations
sourceimpl NamedFrom<Range<u64>, UInt64Type> for ChunkedArray<UInt64Type>
impl NamedFrom<Range<u64>, UInt64Type> for ChunkedArray<UInt64Type>
sourcefn new(name: &str, range: Range<u64>) -> ChunkedArray<UInt64Type>
fn new(name: &str, range: Range<u64>) -> ChunkedArray<UInt64Type>
Initialize by name and values.
sourceimpl PolarsDataType for UInt64Type
impl PolarsDataType for UInt64Type
sourceimpl PolarsNumericType for UInt64Type
impl PolarsNumericType for UInt64Type
impl PolarsIntegerType for UInt64Type
Auto Trait Implementations
impl RefUnwindSafe for UInt64Type
impl Send for UInt64Type
impl Sync for UInt64Type
impl Unpin for UInt64Type
impl UnwindSafe for UInt64Type
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