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