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