pub struct ListOffsetPartition {
pub partition_index: i32,
pub current_leader_epoch: i32,
pub timestamp: i64,
}
Fields§
§partition_index: i32
The partition index.
current_leader_epoch: i32
The current leader epoch.
timestamp: i64
The current timestamp.
Trait Implementations§
Source§impl Debug for ListOffsetPartition
impl Debug for ListOffsetPartition
Source§impl Decoder for ListOffsetPartition
impl Decoder for ListOffsetPartition
Source§impl Default for ListOffsetPartition
impl Default for ListOffsetPartition
Source§impl<'de> Deserialize<'de> for ListOffsetPartition
impl<'de> Deserialize<'de> for ListOffsetPartition
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 Encoder for ListOffsetPartition
impl Encoder for ListOffsetPartition
Auto Trait Implementations§
impl Freeze for ListOffsetPartition
impl RefUnwindSafe for ListOffsetPartition
impl Send for ListOffsetPartition
impl Sync for ListOffsetPartition
impl Unpin for ListOffsetPartition
impl UnwindSafe for ListOffsetPartition
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