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