pub struct TypedFixedSizeList<L>where
L: LogicalType,{ /* private fields */ }Expand description
The validated representation of a FixedSizeList column:
the list array plus its downcast values.
Trait Implementations§
Source§impl<L> Clone for TypedFixedSizeList<L>where
L: LogicalType,
impl<L> Clone for TypedFixedSizeList<L>where
L: LogicalType,
Source§fn clone(&self) -> TypedFixedSizeList<L>
fn clone(&self) -> TypedFixedSizeList<L>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<L> !RefUnwindSafe for TypedFixedSizeList<L>
impl<L> !UnwindSafe for TypedFixedSizeList<L>
impl<L> Freeze for TypedFixedSizeList<L>
impl<L> Send for TypedFixedSizeList<L>
impl<L> Sync for TypedFixedSizeList<L>
impl<L> Unpin for TypedFixedSizeList<L>
impl<L> UnsafeUnpin for TypedFixedSizeList<L>
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