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