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