pub struct DescribeProducersResponseV0 {
pub throttle_time_ms: i32,
pub topics: Vec<DescribeProducersTopicResponseV0>,
}Fields§
§throttle_time_ms: i32§topics: Vec<DescribeProducersTopicResponseV0>Implementations§
Source§impl DescribeProducersResponseV0
impl DescribeProducersResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for DescribeProducersResponseV0
impl Clone for DescribeProducersResponseV0
Source§fn clone(&self) -> DescribeProducersResponseV0
fn clone(&self) -> DescribeProducersResponseV0
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 DescribeProducersResponseV0
impl Debug for DescribeProducersResponseV0
impl Eq for DescribeProducersResponseV0
impl StructuralPartialEq for DescribeProducersResponseV0
Auto Trait Implementations§
impl Freeze for DescribeProducersResponseV0
impl RefUnwindSafe for DescribeProducersResponseV0
impl Send for DescribeProducersResponseV0
impl Sync for DescribeProducersResponseV0
impl Unpin for DescribeProducersResponseV0
impl UnsafeUnpin for DescribeProducersResponseV0
impl UnwindSafe for DescribeProducersResponseV0
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