Struct ricq_core::command::online_push::OnlinePushTrans
source · pub struct OnlinePushTrans {
pub msg_seq: i32,
pub msg_uid: i64,
pub msg_time: i32,
pub info: PushTransInfo,
}
Fields§
§msg_seq: i32
§msg_uid: i64
§msg_time: i32
§info: PushTransInfo
Trait Implementations§
source§impl Clone for OnlinePushTrans
impl Clone for OnlinePushTrans
source§fn clone(&self) -> OnlinePushTrans
fn clone(&self) -> OnlinePushTrans
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