pub struct BulkStreamRowsPayload {
pub rows: Vec<Vec<WireValue>>,
}Fields§
§rows: Vec<Vec<WireValue>>Trait Implementations§
Source§impl Clone for BulkStreamRowsPayload
impl Clone for BulkStreamRowsPayload
Source§fn clone(&self) -> BulkStreamRowsPayload
fn clone(&self) -> BulkStreamRowsPayload
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 BulkStreamRowsPayload
impl Debug for BulkStreamRowsPayload
Source§impl PartialEq for BulkStreamRowsPayload
impl PartialEq for BulkStreamRowsPayload
Source§fn eq(&self, other: &BulkStreamRowsPayload) -> bool
fn eq(&self, other: &BulkStreamRowsPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkStreamRowsPayload
Auto Trait Implementations§
impl Freeze for BulkStreamRowsPayload
impl RefUnwindSafe for BulkStreamRowsPayload
impl Send for BulkStreamRowsPayload
impl Sync for BulkStreamRowsPayload
impl Unpin for BulkStreamRowsPayload
impl UnsafeUnpin for BulkStreamRowsPayload
impl UnwindSafe for BulkStreamRowsPayload
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