pub struct OffsetForLeaderEpochPartitionV3 {
pub partition_index: i32,
pub current_leader_epoch: i32,
pub leader_epoch: i32,
}Fields§
§partition_index: i32§current_leader_epoch: i32§leader_epoch: i32Trait Implementations§
Source§impl Clone for OffsetForLeaderEpochPartitionV3
impl Clone for OffsetForLeaderEpochPartitionV3
Source§fn clone(&self) -> OffsetForLeaderEpochPartitionV3
fn clone(&self) -> OffsetForLeaderEpochPartitionV3
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 moreimpl Eq for OffsetForLeaderEpochPartitionV3
impl StructuralPartialEq for OffsetForLeaderEpochPartitionV3
Auto Trait Implementations§
impl Freeze for OffsetForLeaderEpochPartitionV3
impl RefUnwindSafe for OffsetForLeaderEpochPartitionV3
impl Send for OffsetForLeaderEpochPartitionV3
impl Sync for OffsetForLeaderEpochPartitionV3
impl Unpin for OffsetForLeaderEpochPartitionV3
impl UnsafeUnpin for OffsetForLeaderEpochPartitionV3
impl UnwindSafe for OffsetForLeaderEpochPartitionV3
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