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