Struct arrow2::scalar::NullScalar
source · pub struct NullScalar {}
Expand description
The representation of a single entry of a crate::array::NullArray
.
Implementations§
source§impl NullScalar
impl NullScalar
sourcepub fn new() -> Self
pub fn new() -> Self
A new NullScalar
Trait Implementations§
source§impl Clone for NullScalar
impl Clone for NullScalar
source§fn clone(&self) -> NullScalar
fn clone(&self) -> NullScalar
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 NullScalar
impl Debug for NullScalar
source§impl Default for NullScalar
impl Default for NullScalar
source§impl PartialEq for NullScalar
impl PartialEq for NullScalar
source§fn eq(&self, other: &NullScalar) -> bool
fn eq(&self, other: &NullScalar) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Scalar for NullScalar
impl Scalar for NullScalar
impl Eq for NullScalar
impl StructuralPartialEq for NullScalar
Auto Trait Implementations§
impl Freeze for NullScalar
impl RefUnwindSafe for NullScalar
impl Send for NullScalar
impl Sync for NullScalar
impl Unpin for NullScalar
impl UnwindSafe for NullScalar
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