pub struct TxnOffsetCommitResponseV3 {
pub throttle_time_ms: i32,
pub topics: Vec<TxnOffsetCommitTopicResult>,
}Fields§
§throttle_time_ms: i32§topics: Vec<TxnOffsetCommitTopicResult>Implementations§
Source§impl TxnOffsetCommitResponseV3
impl TxnOffsetCommitResponseV3
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for TxnOffsetCommitResponseV3
impl Clone for TxnOffsetCommitResponseV3
Source§fn clone(&self) -> TxnOffsetCommitResponseV3
fn clone(&self) -> TxnOffsetCommitResponseV3
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 TxnOffsetCommitResponseV3
impl Debug for TxnOffsetCommitResponseV3
impl Eq for TxnOffsetCommitResponseV3
impl StructuralPartialEq for TxnOffsetCommitResponseV3
Auto Trait Implementations§
impl Freeze for TxnOffsetCommitResponseV3
impl RefUnwindSafe for TxnOffsetCommitResponseV3
impl Send for TxnOffsetCommitResponseV3
impl Sync for TxnOffsetCommitResponseV3
impl Unpin for TxnOffsetCommitResponseV3
impl UnsafeUnpin for TxnOffsetCommitResponseV3
impl UnwindSafe for TxnOffsetCommitResponseV3
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