Struct arrow2::scalar::StructScalar
source · pub struct StructScalar { /* private fields */ }
Expand description
A single entry of a crate::array::StructArray
.
Implementations§
Trait Implementations§
source§impl Clone for StructScalar
impl Clone for StructScalar
source§fn clone(&self) -> StructScalar
fn clone(&self) -> StructScalar
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 more