Struct arrow2::array::growable::GrowableUtf8
source · pub struct GrowableUtf8<'a, O: Offset> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, O: Offset> From<GrowableUtf8<'a, O>> for Utf8Array<O>
impl<'a, O: Offset> From<GrowableUtf8<'a, O>> for Utf8Array<O>
source§fn from(val: GrowableUtf8<'a, O>) -> Self
fn from(val: GrowableUtf8<'a, O>) -> Self
Converts to this type from the input type.
source§impl<'a, O: Offset> Growable<'a> for GrowableUtf8<'a, O>
impl<'a, O: Offset> Growable<'a> for GrowableUtf8<'a, O>
source§fn extend_validity(&mut self, additional: usize)
fn extend_validity(&mut self, additional: usize)
Extends this
Growable
with null elements, disregarding the bound arraysAuto Trait Implementations§
impl<'a, O> Freeze for GrowableUtf8<'a, O>
impl<'a, O> !RefUnwindSafe for GrowableUtf8<'a, O>
impl<'a, O> !Send for GrowableUtf8<'a, O>
impl<'a, O> !Sync for GrowableUtf8<'a, O>
impl<'a, O> Unpin for GrowableUtf8<'a, O>where
O: Unpin,
impl<'a, O> !UnwindSafe for GrowableUtf8<'a, O>
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