Struct polars::chunked_array::builder::Utf8ChunkedBuilderCow
source · [−]pub struct Utf8ChunkedBuilderCow { /* private fields */ }
Implementations
sourceimpl Utf8ChunkedBuilderCow
impl Utf8ChunkedBuilderCow
pub fn new(name: &str, capacity: usize) -> Utf8ChunkedBuilderCow
Trait Implementations
sourceimpl<'_> ChunkedBuilder<Cow<'_, str>, Utf8Type> for Utf8ChunkedBuilderCow
impl<'_> ChunkedBuilder<Cow<'_, str>, Utf8Type> for Utf8ChunkedBuilderCow
fn append_value(&mut self, val: Cow<'_, str>)
fn append_null(&mut self)
fn finish(self) -> ChunkedArray<Utf8Type>
fn shrink_to_fit(&mut self)
fn append_option(&mut self, opt_val: Option<N>)
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more