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