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