pub struct UnflatMetadata { /* private fields */ }Expand description
Metadata for unflat vectors.
Tracks how values are grouped by their parent rows using an offset array.
Trait Implementations§
Source§impl Clone for UnflatMetadata
impl Clone for UnflatMetadata
Source§fn clone(&self) -> UnflatMetadata
fn clone(&self) -> UnflatMetadata
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for UnflatMetadata
impl RefUnwindSafe for UnflatMetadata
impl Send for UnflatMetadata
impl Sync for UnflatMetadata
impl Unpin for UnflatMetadata
impl UnwindSafe for UnflatMetadata
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