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