Struct arrow2::scalar::BooleanScalar
source · pub struct BooleanScalar { /* private fields */ }
Expand description
The Scalar
implementation of a boolean.
Implementations§
Trait Implementations§
source§impl Clone for BooleanScalar
impl Clone for BooleanScalar
source§fn clone(&self) -> BooleanScalar
fn clone(&self) -> BooleanScalar
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 BooleanScalar
impl Debug for BooleanScalar
source§impl PartialEq<BooleanScalar> for BooleanScalar
impl PartialEq<BooleanScalar> for BooleanScalar
source§fn eq(&self, other: &BooleanScalar) -> bool
fn eq(&self, other: &BooleanScalar) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Scalar for BooleanScalar
impl Scalar for BooleanScalar
impl Eq for BooleanScalar
impl StructuralEq for BooleanScalar
impl StructuralPartialEq for BooleanScalar
Auto Trait Implementations§
impl RefUnwindSafe for BooleanScalar
impl Send for BooleanScalar
impl Sync for BooleanScalar
impl Unpin for BooleanScalar
impl UnwindSafe for BooleanScalar
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.