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