pub struct OffsetCommitResponsePartition {
pub partition_index: i32,
pub error_code: i16,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§partition_index: i32§error_code: i16§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for OffsetCommitResponsePartition
impl Clone for OffsetCommitResponsePartition
Source§fn clone(&self) -> OffsetCommitResponsePartition
fn clone(&self) -> OffsetCommitResponsePartition
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 Decode<'_> for OffsetCommitResponsePartition
impl Decode<'_> for OffsetCommitResponsePartition
Source§impl Default for OffsetCommitResponsePartition
impl Default for OffsetCommitResponsePartition
Source§fn default() -> OffsetCommitResponsePartition
fn default() -> OffsetCommitResponsePartition
Returns the “default value” for a type. Read more
impl Eq for OffsetCommitResponsePartition
Source§impl PartialEq for OffsetCommitResponsePartition
impl PartialEq for OffsetCommitResponsePartition
Source§fn eq(&self, other: &OffsetCommitResponsePartition) -> bool
fn eq(&self, other: &OffsetCommitResponsePartition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OffsetCommitResponsePartition
Auto Trait Implementations§
impl Freeze for OffsetCommitResponsePartition
impl RefUnwindSafe for OffsetCommitResponsePartition
impl Send for OffsetCommitResponsePartition
impl Sync for OffsetCommitResponsePartition
impl Unpin for OffsetCommitResponsePartition
impl UnsafeUnpin for OffsetCommitResponsePartition
impl UnwindSafe for OffsetCommitResponsePartition
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