Struct polars_core::chunked_array::builder::BooleanChunkedBuilder [−][src]
pub struct BooleanChunkedBuilder { /* fields omitted */ }
Implementations
Trait Implementations
impl ChunkedBuilder<bool, BooleanType> for BooleanChunkedBuilder
[src]
impl ChunkedBuilder<bool, BooleanType> for BooleanChunkedBuilder
[src]fn append_value(&mut self, v: bool)
[src]
fn append_value(&mut self, v: bool)
[src]Appends a value of type T
into the builder
fn append_null(&mut self)
[src]
fn append_null(&mut self)
[src]Appends a null slot into the builder
fn finish(self) -> BooleanChunked
[src]
fn append_option(&mut self, opt_val: Option<N>)
[src]
Auto Trait Implementations
impl RefUnwindSafe for BooleanChunkedBuilder
impl Send for BooleanChunkedBuilder
impl Sync for BooleanChunkedBuilder
impl Unpin for BooleanChunkedBuilder
impl UnwindSafe for BooleanChunkedBuilder
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>,