pub struct SyncGroupRequestV2 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub group_id: String,
pub generation_id: i32,
pub member_id: String,
pub assignments: Vec<SyncGroupAssignment>,
}Fields§
§correlation_id: i32§client_id: Option<String>§group_id: String§generation_id: i32§member_id: String§assignments: Vec<SyncGroupAssignment>Implementations§
Trait Implementations§
Source§impl Clone for SyncGroupRequestV2
impl Clone for SyncGroupRequestV2
Source§fn clone(&self) -> SyncGroupRequestV2
fn clone(&self) -> SyncGroupRequestV2
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 SyncGroupRequestV2
impl Debug for SyncGroupRequestV2
impl Eq for SyncGroupRequestV2
Source§impl PartialEq for SyncGroupRequestV2
impl PartialEq for SyncGroupRequestV2
impl StructuralPartialEq for SyncGroupRequestV2
Auto Trait Implementations§
impl Freeze for SyncGroupRequestV2
impl RefUnwindSafe for SyncGroupRequestV2
impl Send for SyncGroupRequestV2
impl Sync for SyncGroupRequestV2
impl Unpin for SyncGroupRequestV2
impl UnsafeUnpin for SyncGroupRequestV2
impl UnwindSafe for SyncGroupRequestV2
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