Enum ricq_core::command::online_push::PushTransInfo
source · pub enum PushTransInfo {
MemberLeave(GroupLeave),
MemberPermissionChange(MemberPermissionChange),
GroupDisband(GroupDisband),
}
Variants§
Trait Implementations§
source§impl Clone for PushTransInfo
impl Clone for PushTransInfo
source§fn clone(&self) -> PushTransInfo
fn clone(&self) -> PushTransInfo
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 more