pub struct DescribeTopicPartitionsResponseV0 {
pub throttle_time_ms: i32,
pub topics: Vec<DescribeTopicPartitionsTopicResponseV0>,
pub next_cursor: Option<DescribeTopicPartitionsCursorV0>,
}Expand description
DescribeTopicPartitions v0 response.
Fields§
§throttle_time_ms: i32§topics: Vec<DescribeTopicPartitionsTopicResponseV0>§next_cursor: Option<DescribeTopicPartitionsCursorV0>Implementations§
Source§impl DescribeTopicPartitionsResponseV0
impl DescribeTopicPartitionsResponseV0
Sourcepub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Decodes the flexible response body after the response header.
Trait Implementations§
Source§impl Clone for DescribeTopicPartitionsResponseV0
impl Clone for DescribeTopicPartitionsResponseV0
Source§fn clone(&self) -> DescribeTopicPartitionsResponseV0
fn clone(&self) -> DescribeTopicPartitionsResponseV0
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 DescribeTopicPartitionsResponseV0
impl StructuralPartialEq for DescribeTopicPartitionsResponseV0
Auto Trait Implementations§
impl Freeze for DescribeTopicPartitionsResponseV0
impl RefUnwindSafe for DescribeTopicPartitionsResponseV0
impl Send for DescribeTopicPartitionsResponseV0
impl Sync for DescribeTopicPartitionsResponseV0
impl Unpin for DescribeTopicPartitionsResponseV0
impl UnsafeUnpin for DescribeTopicPartitionsResponseV0
impl UnwindSafe for DescribeTopicPartitionsResponseV0
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