Struct polars_core::chunked_array::object::builder::ObjectChunkedBuilder [−][src]
pub struct ObjectChunkedBuilder<T> { /* fields omitted */ }This is supported on crate feature
object only.Implementations
Appends a value of type T into the builder
Appends a null slot into the builder
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ObjectChunkedBuilder<T> where
T: RefUnwindSafe, impl<T> Send for ObjectChunkedBuilder<T> where
T: Send, impl<T> Sync for ObjectChunkedBuilder<T> where
T: Sync, impl<T> Unpin for ObjectChunkedBuilder<T> where
T: Unpin, impl<T> UnwindSafe for ObjectChunkedBuilder<T> where
T: UnwindSafe,