Struct ricq_core::structs::GroupLeave
source · [−]Fields
group_code: i64member_uin: i64operator_uin: Option<i64>Trait Implementations
sourceimpl Clone for GroupLeave
impl Clone for GroupLeave
sourcefn clone(&self) -> GroupLeave
fn clone(&self) -> GroupLeave
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GroupLeave
impl Debug for GroupLeave
sourceimpl Default for GroupLeave
impl Default for GroupLeave
sourcefn default() -> GroupLeave
fn default() -> GroupLeave
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GroupLeave
impl Send for GroupLeave
impl Sync for GroupLeave
impl Unpin for GroupLeave
impl UnwindSafe for GroupLeave
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more