Struct narrow::array::VariableSizeBinary
source · pub struct VariableSizeBinary(/* private fields */);Expand description
An byte vector wrapper that maps to VariableSizeBinaryArray via its
ArrayType implementation. Used for example to map Vec<u8> to
a VariableSizeBinaryArray instead of a VariableSizeListArray.
Trait Implementations§
source§impl ArrayType<VariableSizeBinary> for Option<VariableSizeBinary>
impl ArrayType<VariableSizeBinary> for Option<VariableSizeBinary>
source§type Array<Buffer: BufferType, OffsetItem: OffsetElement, UnionLayout: UnionType> = VariableSizeBinaryArray<true, OffsetItem, Buffer>
type Array<Buffer: BufferType, OffsetItem: OffsetElement, UnionLayout: UnionType> = VariableSizeBinaryArray<true, OffsetItem, Buffer>
source§impl ArrayType<VariableSizeBinary> for VariableSizeBinary
impl ArrayType<VariableSizeBinary> for VariableSizeBinary
source§type Array<Buffer: BufferType, OffsetItem: OffsetElement, UnionLayout: UnionType> = VariableSizeBinaryArray<false, OffsetItem, Buffer>
type Array<Buffer: BufferType, OffsetItem: OffsetElement, UnionLayout: UnionType> = VariableSizeBinaryArray<false, OffsetItem, Buffer>
source§impl Clone for VariableSizeBinary
impl Clone for VariableSizeBinary
source§fn clone(&self) -> VariableSizeBinary
fn clone(&self) -> VariableSizeBinary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VariableSizeBinary
impl Debug for VariableSizeBinary
source§impl Default for VariableSizeBinary
impl Default for VariableSizeBinary
source§fn default() -> VariableSizeBinary
fn default() -> VariableSizeBinary
Returns the “default value” for a type. Read more
source§impl From<VariableSizeBinary> for Vec<u8>
impl From<VariableSizeBinary> for Vec<u8>
source§fn from(value: VariableSizeBinary) -> Self
fn from(value: VariableSizeBinary) -> Self
Converts to this type from the input type.
source§impl Hash for VariableSizeBinary
impl Hash for VariableSizeBinary
source§impl IntoIterator for VariableSizeBinary
impl IntoIterator for VariableSizeBinary
source§impl Length for VariableSizeBinary
impl Length for VariableSizeBinary
source§impl Ord for VariableSizeBinary
impl Ord for VariableSizeBinary
source§fn cmp(&self, other: &VariableSizeBinary) -> Ordering
fn cmp(&self, other: &VariableSizeBinary) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for VariableSizeBinary
impl PartialEq for VariableSizeBinary
source§impl PartialOrd for VariableSizeBinary
impl PartialOrd for VariableSizeBinary
impl Eq for VariableSizeBinary
impl StructuralPartialEq for VariableSizeBinary
Auto Trait Implementations§
impl Freeze for VariableSizeBinary
impl RefUnwindSafe for VariableSizeBinary
impl Send for VariableSizeBinary
impl Sync for VariableSizeBinary
impl Unpin for VariableSizeBinary
impl UnwindSafe for VariableSizeBinary
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)