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