pub struct VecRowSink { /* private fields */ }Expand description
In-memory row collector for callers that need a complete bounded result.
The relation site enforces row, cell, byte, and work limits before rows reach this sink, so collecting here does not create a second limit policy.
Implementations§
Trait Implementations§
Source§impl Clone for VecRowSink
impl Clone for VecRowSink
Source§fn clone(&self) -> VecRowSink
fn clone(&self) -> VecRowSink
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 moreSource§impl Debug for VecRowSink
impl Debug for VecRowSink
Source§impl Default for VecRowSink
impl Default for VecRowSink
Source§fn default() -> VecRowSink
fn default() -> VecRowSink
Returns the “default value” for a type. Read more
impl Eq for VecRowSink
Source§impl PartialEq for VecRowSink
impl PartialEq for VecRowSink
Source§impl RowSink for VecRowSink
impl RowSink for VecRowSink
impl StructuralPartialEq for VecRowSink
Auto Trait Implementations§
impl Freeze for VecRowSink
impl RefUnwindSafe for VecRowSink
impl Send for VecRowSink
impl Sync for VecRowSink
impl Unpin for VecRowSink
impl UnsafeUnpin for VecRowSink
impl UnwindSafe for VecRowSink
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