Struct polars::chunked_array::object::UInt32Type
source · [−]pub struct UInt32Type {}
This is supported on crate feature
object
only.Trait Implementations
sourceimpl NamedFrom<Range<u32>, UInt32Type> for ChunkedArray<UInt32Type>
impl NamedFrom<Range<u32>, UInt32Type> for ChunkedArray<UInt32Type>
sourcefn new(name: &str, range: Range<u32>) -> ChunkedArray<UInt32Type>
fn new(name: &str, range: Range<u32>) -> ChunkedArray<UInt32Type>
Initialize by name and values.
sourceimpl PolarsDataType for UInt32Type
impl PolarsDataType for UInt32Type
sourceimpl PolarsNumericType for UInt32Type
impl PolarsNumericType for UInt32Type
impl PolarsIntegerType for UInt32Type
Auto Trait Implementations
impl RefUnwindSafe for UInt32Type
impl Send for UInt32Type
impl Sync for UInt32Type
impl Unpin for UInt32Type
impl UnwindSafe for UInt32Type
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