pub struct DescribeConfigsResponseV4 {
pub throttle_time_ms: i32,
pub results: Vec<DescribeConfigsResultV4>,
}Expand description
Kafka DescribeConfigs v4 response.
Fields§
§throttle_time_ms: i32§results: Vec<DescribeConfigsResultV4>Implementations§
Source§impl DescribeConfigsResponseV4
impl DescribeConfigsResponseV4
Sourcepub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Decodes a flexible response body.
Trait Implementations§
Source§impl Clone for DescribeConfigsResponseV4
impl Clone for DescribeConfigsResponseV4
Source§fn clone(&self) -> DescribeConfigsResponseV4
fn clone(&self) -> DescribeConfigsResponseV4
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 DescribeConfigsResponseV4
impl Debug for DescribeConfigsResponseV4
impl Eq for DescribeConfigsResponseV4
impl StructuralPartialEq for DescribeConfigsResponseV4
Auto Trait Implementations§
impl Freeze for DescribeConfigsResponseV4
impl RefUnwindSafe for DescribeConfigsResponseV4
impl Send for DescribeConfigsResponseV4
impl Sync for DescribeConfigsResponseV4
impl Unpin for DescribeConfigsResponseV4
impl UnsafeUnpin for DescribeConfigsResponseV4
impl UnwindSafe for DescribeConfigsResponseV4
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