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