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