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