pub struct FetchReplicaStateV15 {
pub replica_id: i32,
pub replica_epoch: i64,
}Expand description
Replica state carried by Fetch request versions 15 and newer.
Fields§
§replica_id: i32§replica_epoch: i64Trait Implementations§
Source§impl Clone for FetchReplicaStateV15
impl Clone for FetchReplicaStateV15
Source§fn clone(&self) -> FetchReplicaStateV15
fn clone(&self) -> FetchReplicaStateV15
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 FetchReplicaStateV15
impl Debug for FetchReplicaStateV15
impl Eq for FetchReplicaStateV15
Source§impl PartialEq for FetchReplicaStateV15
impl PartialEq for FetchReplicaStateV15
impl StructuralPartialEq for FetchReplicaStateV15
Auto Trait Implementations§
impl Freeze for FetchReplicaStateV15
impl RefUnwindSafe for FetchReplicaStateV15
impl Send for FetchReplicaStateV15
impl Sync for FetchReplicaStateV15
impl Unpin for FetchReplicaStateV15
impl UnsafeUnpin for FetchReplicaStateV15
impl UnwindSafe for FetchReplicaStateV15
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