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