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