pub struct DescribeProducersPartitionResponseV0 {
pub partition_index: i32,
pub error_code: i16,
pub error_message: Option<String>,
pub active_producers: Vec<DescribeProducersActiveProducerV0>,
}Fields§
§partition_index: i32§error_code: i16§error_message: Option<String>§active_producers: Vec<DescribeProducersActiveProducerV0>Trait Implementations§
Source§impl Clone for DescribeProducersPartitionResponseV0
impl Clone for DescribeProducersPartitionResponseV0
Source§fn clone(&self) -> DescribeProducersPartitionResponseV0
fn clone(&self) -> DescribeProducersPartitionResponseV0
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 DescribeProducersPartitionResponseV0
impl StructuralPartialEq for DescribeProducersPartitionResponseV0
Auto Trait Implementations§
impl Freeze for DescribeProducersPartitionResponseV0
impl RefUnwindSafe for DescribeProducersPartitionResponseV0
impl Send for DescribeProducersPartitionResponseV0
impl Sync for DescribeProducersPartitionResponseV0
impl Unpin for DescribeProducersPartitionResponseV0
impl UnsafeUnpin for DescribeProducersPartitionResponseV0
impl UnwindSafe for DescribeProducersPartitionResponseV0
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