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