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