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