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