pub struct OffsetCommitTopicResponseV10 {
pub topic_id: [u8; 16],
pub partitions: Vec<OffsetCommitPartitionResponse>,
}Fields§
§topic_id: [u8; 16]§partitions: Vec<OffsetCommitPartitionResponse>Trait Implementations§
Source§impl Clone for OffsetCommitTopicResponseV10
impl Clone for OffsetCommitTopicResponseV10
Source§fn clone(&self) -> OffsetCommitTopicResponseV10
fn clone(&self) -> OffsetCommitTopicResponseV10
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 OffsetCommitTopicResponseV10
impl Debug for OffsetCommitTopicResponseV10
impl Eq for OffsetCommitTopicResponseV10
impl StructuralPartialEq for OffsetCommitTopicResponseV10
Auto Trait Implementations§
impl Freeze for OffsetCommitTopicResponseV10
impl RefUnwindSafe for OffsetCommitTopicResponseV10
impl Send for OffsetCommitTopicResponseV10
impl Sync for OffsetCommitTopicResponseV10
impl Unpin for OffsetCommitTopicResponseV10
impl UnsafeUnpin for OffsetCommitTopicResponseV10
impl UnwindSafe for OffsetCommitTopicResponseV10
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