Struct polars_core::chunked_array::builder::Utf8ChunkedBuilderCow [−][src]
pub struct Utf8ChunkedBuilderCow { /* fields omitted */ }
Implementations
Trait Implementations
impl ChunkedBuilder<Cow<'_, str>, Utf8Type> for Utf8ChunkedBuilderCow
[src]
impl ChunkedBuilder<Cow<'_, str>, Utf8Type> for Utf8ChunkedBuilderCow
[src]fn append_value(&mut self, val: Cow<'_, str>)
[src]
fn append_null(&mut self)
[src]
fn finish(self) -> ChunkedArray<Utf8Type>
[src]
fn append_option(&mut self, opt_val: Option<N>)
[src]
Auto Trait Implementations
impl RefUnwindSafe for Utf8ChunkedBuilderCow
impl Send for Utf8ChunkedBuilderCow
impl Sync for Utf8ChunkedBuilderCow
impl Unpin for Utf8ChunkedBuilderCow
impl UnwindSafe for Utf8ChunkedBuilderCow
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>,