pub struct DirectPathStream { /* private fields */ }Expand description
Result of encoding one batch of rows into the piece stream format.
Trait Implementations§
Source§impl Clone for DirectPathStream
impl Clone for DirectPathStream
Source§fn clone(&self) -> DirectPathStream
fn clone(&self) -> DirectPathStream
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 DirectPathStream
impl Debug for DirectPathStream
impl Eq for DirectPathStream
Source§impl PartialEq for DirectPathStream
impl PartialEq for DirectPathStream
Source§fn eq(&self, other: &DirectPathStream) -> bool
fn eq(&self, other: &DirectPathStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectPathStream
Auto Trait Implementations§
impl Freeze for DirectPathStream
impl RefUnwindSafe for DirectPathStream
impl Send for DirectPathStream
impl Sync for DirectPathStream
impl Unpin for DirectPathStream
impl UnsafeUnpin for DirectPathStream
impl UnwindSafe for DirectPathStream
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