pub struct GroupDecrease {
pub group_id: i64,
pub user_id: i64,
pub operator_id: i64,
pub sub_type: GroupDecreaseSubType,
}Fields§
§group_id: i64§user_id: i64§operator_id: i64§sub_type: GroupDecreaseSubTypeTrait Implementations§
Source§impl Clone for GroupDecrease
impl Clone for GroupDecrease
Source§fn clone(&self) -> GroupDecrease
fn clone(&self) -> GroupDecrease
Returns a copy of the value. Read more
1.0.0 · 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 GroupDecrease
impl Debug for GroupDecrease
Source§impl<'de> Deserialize<'de> for GroupDecrease
impl<'de> Deserialize<'de> for GroupDecrease
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GroupDecrease
impl RefUnwindSafe for GroupDecrease
impl Send for GroupDecrease
impl Sync for GroupDecrease
impl Unpin for GroupDecrease
impl UnwindSafe for GroupDecrease
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