Struct polars_core::utils::NoNull [−][src]
pub struct NoNull<T> { /* fields omitted */ }
Expand description
Just a wrapper structure. Useful for certain impl specializations
This is for instance use to implement
impl<T> FromIterator<T::Native> for NoNull<ChunkedArray<T>>
as Option<T::Native>
was already implemented:
impl<T> FromIterator<Option<T::Native>> for ChunkedArray<T>
Implementations
Trait Implementations
impl<T> FromIterator<<T as ArrowPrimitiveType>::Native> for NoNull<ChunkedArray<T>> where
T: PolarsPrimitiveType,
[src]
impl<T> FromIterator<<T as ArrowPrimitiveType>::Native> for NoNull<ChunkedArray<T>> where
T: PolarsPrimitiveType,
[src]fn from_iter<I: IntoIterator<Item = T::Native>>(iter: I) -> Self
[src]
fn from_iter<I: IntoIterator<Item = T::Native>>(iter: I) -> Self
[src]Creates a value from an iterator. Read more
impl FromIterator<bool> for NoNull<BooleanChunked>
[src]
impl FromIterator<bool> for NoNull<BooleanChunked>
[src]fn from_iter<I: IntoIterator<Item = bool>>(iter: I) -> Self
[src]
fn from_iter<I: IntoIterator<Item = bool>>(iter: I) -> Self
[src]Creates a value from an iterator. Read more
impl<T> FromParallelIterator<<T as ArrowPrimitiveType>::Native> for NoNull<ChunkedArray<T>> where
T: PolarsPrimitiveType,
[src]
impl<T> FromParallelIterator<<T as ArrowPrimitiveType>::Native> for NoNull<ChunkedArray<T>> where
T: PolarsPrimitiveType,
[src]fn from_par_iter<I: IntoParallelIterator<Item = T::Native>>(iter: I) -> Self
[src]
fn from_par_iter<I: IntoParallelIterator<Item = T::Native>>(iter: I) -> Self
[src]Creates an instance of the collection from the parallel iterator par_iter
. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for NoNull<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for NoNull<T> where
T: Send,
T: Send,
impl<T> Sync for NoNull<T> where
T: Sync,
T: Sync,
impl<T> Unpin for NoNull<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for NoNull<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>,
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,