Struct polars_arrow::scalar::MapScalar
source · pub struct MapScalar { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapScalar
impl !RefUnwindSafe for MapScalar
impl Send for MapScalar
impl Sync for MapScalar
impl Unpin for MapScalar
impl !UnwindSafe for MapScalar
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more