pub struct GrowableUtf8<'a, O: Offset> { /* private fields */ }
Expand description

Concrete Growable for the Utf8Array.

Implementations

Creates a new GrowableUtf8 bound to arrays with a pre-allocated capacity.

Panics

If arrays is empty.

Trait Implementations

Converts to this type from the input type.

Extends this Growable with elements from the bounded Array at index index from a slice starting at start and length len. Read more

Extends this Growable with null elements, disregarding the bound arrays

Converts this Growable to an Arc<dyn Array>, thereby finishing the mutation. Self will be empty after such operation. Read more

Converts this Growable to an Box<dyn Array>, thereby finishing the mutation. Self will be empty after such operation Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.