pub struct OffsetFetchPartitionResponse {
pub partition_index: i32,
pub committed_offset: i64,
pub metadata: Option<String>,
pub error_code: i16,
}Fields§
§partition_index: i32§committed_offset: i64§metadata: Option<String>§error_code: i16Trait Implementations§
Source§impl Clone for OffsetFetchPartitionResponse
impl Clone for OffsetFetchPartitionResponse
Source§fn clone(&self) -> OffsetFetchPartitionResponse
fn clone(&self) -> OffsetFetchPartitionResponse
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 OffsetFetchPartitionResponse
impl Debug for OffsetFetchPartitionResponse
impl Eq for OffsetFetchPartitionResponse
impl StructuralPartialEq for OffsetFetchPartitionResponse
Auto Trait Implementations§
impl Freeze for OffsetFetchPartitionResponse
impl RefUnwindSafe for OffsetFetchPartitionResponse
impl Send for OffsetFetchPartitionResponse
impl Sync for OffsetFetchPartitionResponse
impl Unpin for OffsetFetchPartitionResponse
impl UnsafeUnpin for OffsetFetchPartitionResponse
impl UnwindSafe for OffsetFetchPartitionResponse
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