pub struct LeaveGroupResponse {
pub group_id: Option<u16>,
pub endpoints: Option<Vec<u16>>,
}Fields§
§group_id: Option<u16>§endpoints: Option<Vec<u16>>Trait Implementations§
Source§impl Debug for LeaveGroupResponse
impl Debug for LeaveGroupResponse
Auto Trait Implementations§
impl Freeze for LeaveGroupResponse
impl RefUnwindSafe for LeaveGroupResponse
impl Send for LeaveGroupResponse
impl Sync for LeaveGroupResponse
impl Unpin for LeaveGroupResponse
impl UnsafeUnpin for LeaveGroupResponse
impl UnwindSafe for LeaveGroupResponse
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