Struct polars::chunked_array::object::CategoricalType
source · [−]pub struct CategoricalType {}
This is supported on crate feature
object
only.Trait Implementations
sourceimpl PolarsDataType for CategoricalType
impl PolarsDataType for CategoricalType
Auto Trait Implementations
impl RefUnwindSafe for CategoricalType
impl Send for CategoricalType
impl Sync for CategoricalType
impl Unpin for CategoricalType
impl UnwindSafe for CategoricalType
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