pub struct Int16Type {}
This is supported on crate feature
object
only.Trait Implementations
sourceimpl PolarsNumericType for Int16Type
impl PolarsNumericType for Int16Type
impl PolarsIntegerType for Int16Type
Auto Trait Implementations
impl RefUnwindSafe for Int16Type
impl Send for Int16Type
impl Sync for Int16Type
impl Unpin for Int16Type
impl UnwindSafe for Int16Type
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