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