Struct arrow2::scalar::BinaryScalar
source · pub struct BinaryScalar<O: Offset> { /* private fields */ }
Expand description
The Scalar
implementation of binary (Option<Vec<u8>>
).
Implementations§
Trait Implementations§
source§impl<O: Clone + Offset> Clone for BinaryScalar<O>
impl<O: Clone + Offset> Clone for BinaryScalar<O>
source§fn clone(&self) -> BinaryScalar<O>
fn clone(&self) -> BinaryScalar<O>
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<O: PartialEq + Offset> PartialEq for BinaryScalar<O>
impl<O: PartialEq + Offset> PartialEq for BinaryScalar<O>
source§fn eq(&self, other: &BinaryScalar<O>) -> bool
fn eq(&self, other: &BinaryScalar<O>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<O: Offset> Scalar for BinaryScalar<O>
impl<O: Offset> Scalar for BinaryScalar<O>
impl<O: Eq + Offset> Eq for BinaryScalar<O>
impl<O: Offset> StructuralPartialEq for BinaryScalar<O>
Auto Trait Implementations§
impl<O> Freeze for BinaryScalar<O>
impl<O> RefUnwindSafe for BinaryScalar<O>where
O: RefUnwindSafe,
impl<O> Send for BinaryScalar<O>
impl<O> Sync for BinaryScalar<O>
impl<O> Unpin for BinaryScalar<O>where
O: Unpin,
impl<O> UnwindSafe for BinaryScalar<O>where
O: UnwindSafe,
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