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