pub struct SelectionVector { /* private fields */ }Expand description
An owned duckdb_selection_vector of size u32 indices.
Implementations§
Trait Implementations§
Source§impl Drop for SelectionVector
impl Drop for SelectionVector
Auto Trait Implementations§
impl !Send for SelectionVector
impl !Sync for SelectionVector
impl Freeze for SelectionVector
impl RefUnwindSafe for SelectionVector
impl Unpin for SelectionVector
impl UnsafeUnpin for SelectionVector
impl UnwindSafe for SelectionVector
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