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