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 moresource§impl Debug for StructScalar
impl Debug for StructScalar
Auto Trait Implementations§
impl Freeze for StructScalar
impl !RefUnwindSafe for StructScalar
impl Send for StructScalar
impl Sync for StructScalar
impl Unpin for StructScalar
impl !UnwindSafe for StructScalar
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