pub struct ProducerAppendRecord {
pub start_offset: u64,
pub next_offset: u64,
pub closed: bool,
}Fields§
§start_offset: u64§next_offset: u64§closed: boolTrait Implementations§
Source§impl Clone for ProducerAppendRecord
impl Clone for ProducerAppendRecord
Source§fn clone(&self) -> ProducerAppendRecord
fn clone(&self) -> ProducerAppendRecord
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 ProducerAppendRecord
impl Debug for ProducerAppendRecord
Source§impl<'de> Deserialize<'de> for ProducerAppendRecord
impl<'de> Deserialize<'de> for ProducerAppendRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProducerAppendRecord
impl PartialEq for ProducerAppendRecord
Source§fn eq(&self, other: &ProducerAppendRecord) -> bool
fn eq(&self, other: &ProducerAppendRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProducerAppendRecord
impl Serialize for ProducerAppendRecord
impl Eq for ProducerAppendRecord
impl StructuralPartialEq for ProducerAppendRecord
Auto Trait Implementations§
impl Freeze for ProducerAppendRecord
impl RefUnwindSafe for ProducerAppendRecord
impl Send for ProducerAppendRecord
impl Sync for ProducerAppendRecord
impl Unpin for ProducerAppendRecord
impl UnsafeUnpin for ProducerAppendRecord
impl UnwindSafe for ProducerAppendRecord
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