pub struct GenericBinaryType<O: OffsetSizeTrait> { /* private fields */ }
Expand description

ByteArrayType for binary arrays

Trait Implementations§

Type of offset i.e i32/i64
Type for representing its equivalent rust type i.e Utf8Array will have native type has &str BinaryArray will have type as u8
“Binary” or “String”, for use in error messages
Datatype of array elements

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.