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