pub struct Utf8ColumnBuilder { /* private fields */ }Expand description
Implementations§
Trait Implementations§
source§impl ColumnBuilder for Utf8ColumnBuilder
impl ColumnBuilder for Utf8ColumnBuilder
Auto Trait Implementations§
impl Freeze for Utf8ColumnBuilder
impl RefUnwindSafe for Utf8ColumnBuilder
impl Send for Utf8ColumnBuilder
impl Sync for Utf8ColumnBuilder
impl Unpin for Utf8ColumnBuilder
impl UnwindSafe for Utf8ColumnBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more