pub struct OffsetForLeaderEpochPartitionResponseV3 {
pub error_code: i16,
pub partition_index: i32,
pub leader_epoch: i32,
pub end_offset: i64,
}Fields§
§error_code: i16§partition_index: i32§leader_epoch: i32§end_offset: i64Trait Implementations§
Source§impl Clone for OffsetForLeaderEpochPartitionResponseV3
impl Clone for OffsetForLeaderEpochPartitionResponseV3
Source§fn clone(&self) -> OffsetForLeaderEpochPartitionResponseV3
fn clone(&self) -> OffsetForLeaderEpochPartitionResponseV3
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 OffsetForLeaderEpochPartitionResponseV3
impl StructuralPartialEq for OffsetForLeaderEpochPartitionResponseV3
Auto Trait Implementations§
impl Freeze for OffsetForLeaderEpochPartitionResponseV3
impl RefUnwindSafe for OffsetForLeaderEpochPartitionResponseV3
impl Send for OffsetForLeaderEpochPartitionResponseV3
impl Sync for OffsetForLeaderEpochPartitionResponseV3
impl Unpin for OffsetForLeaderEpochPartitionResponseV3
impl UnsafeUnpin for OffsetForLeaderEpochPartitionResponseV3
impl UnwindSafe for OffsetForLeaderEpochPartitionResponseV3
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