pub struct GrowableNull { /* private fields */ }
Expand description

Concrete Growable for the NullArray.

Implementations

Creates a new GrowableNull.

Trait Implementations

Returns the “default value” for a type. Read more

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.