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