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