Struct arrow2::scalar::FixedSizeListScalar
source · pub struct FixedSizeListScalar { /* private fields */ }
Expand description
The scalar equivalent of FixedSizeListArray
. Like FixedSizeListArray
, this struct holds a dynamically-typed
Array
. The only difference is that this has only one element.
Implementations§
Trait Implementations§
source§impl Clone for FixedSizeListScalar
impl Clone for FixedSizeListScalar
source§fn clone(&self) -> FixedSizeListScalar
fn clone(&self) -> FixedSizeListScalar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FixedSizeListScalar
impl Debug for FixedSizeListScalar
Auto Trait Implementations§
impl Freeze for FixedSizeListScalar
impl !RefUnwindSafe for FixedSizeListScalar
impl Send for FixedSizeListScalar
impl Sync for FixedSizeListScalar
impl Unpin for FixedSizeListScalar
impl !UnwindSafe for FixedSizeListScalar
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