pub struct KfDescribeGroupsResponse {
pub throttle_time_ms: i32,
pub groups: Vec<DescribedGroup>,
}
Fields§
§throttle_time_ms: i32
The duration in milliseconds for which the request was throttled due to a quota violation, or zero if the request did not violate any quota.
groups: Vec<DescribedGroup>
Each described group.
Trait Implementations§
Source§impl Debug for KfDescribeGroupsResponse
impl Debug for KfDescribeGroupsResponse
Source§impl Decoder for KfDescribeGroupsResponse
impl Decoder for KfDescribeGroupsResponse
Source§impl Default for KfDescribeGroupsResponse
impl Default for KfDescribeGroupsResponse
Source§impl<'de> Deserialize<'de> for KfDescribeGroupsResponse
impl<'de> Deserialize<'de> for KfDescribeGroupsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encoder for KfDescribeGroupsResponse
impl Encoder for KfDescribeGroupsResponse
Auto Trait Implementations§
impl Freeze for KfDescribeGroupsResponse
impl RefUnwindSafe for KfDescribeGroupsResponse
impl Send for KfDescribeGroupsResponse
impl Sync for KfDescribeGroupsResponse
impl Unpin for KfDescribeGroupsResponse
impl UnwindSafe for KfDescribeGroupsResponse
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