pub struct TypedLargeListView<L>where
L: LogicalType,{ /* private fields */ }Expand description
The validated representation of a LargeListView column:
the list-view array plus its downcast values.
Trait Implementations§
Source§impl<L> Clone for TypedLargeListView<L>where
L: LogicalType,
impl<L> Clone for TypedLargeListView<L>where
L: LogicalType,
Source§fn clone(&self) -> TypedLargeListView<L>
fn clone(&self) -> TypedLargeListView<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 TypedLargeListView<L>
impl<L> !UnwindSafe for TypedLargeListView<L>
impl<L> Freeze for TypedLargeListView<L>
impl<L> Send for TypedLargeListView<L>
impl<L> Sync for TypedLargeListView<L>
impl<L> Unpin for TypedLargeListView<L>
impl<L> UnsafeUnpin for TypedLargeListView<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