pub struct StreamsGroupDescribeResponseV0 {
pub throttle_time_ms: i32,
pub groups: Vec<DescribedStreamsGroup>,
}Expand description
StreamsGroupDescribe v0 response.
Fields§
§throttle_time_ms: i32§groups: Vec<DescribedStreamsGroup>Implementations§
Source§impl StreamsGroupDescribeResponseV0
impl StreamsGroupDescribeResponseV0
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 StreamsGroupDescribeResponseV0
impl Clone for StreamsGroupDescribeResponseV0
Source§fn clone(&self) -> StreamsGroupDescribeResponseV0
fn clone(&self) -> StreamsGroupDescribeResponseV0
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 StreamsGroupDescribeResponseV0
impl StructuralPartialEq for StreamsGroupDescribeResponseV0
Auto Trait Implementations§
impl Freeze for StreamsGroupDescribeResponseV0
impl RefUnwindSafe for StreamsGroupDescribeResponseV0
impl Send for StreamsGroupDescribeResponseV0
impl Sync for StreamsGroupDescribeResponseV0
impl Unpin for StreamsGroupDescribeResponseV0
impl UnsafeUnpin for StreamsGroupDescribeResponseV0
impl UnwindSafe for StreamsGroupDescribeResponseV0
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