Struct ricq_core::jce::SvcRespPushMsg
source · pub struct SvcRespPushMsg {
pub uin: i64,
pub del_infos: Vec<DelMsgInfo>,
pub svrip: i32,
pub push_token: Bytes,
pub service_type: i32,
}Fields§
§uin: i64§del_infos: Vec<DelMsgInfo>§svrip: i32§push_token: Bytes§service_type: i32Trait Implementations§
source§impl Clone for SvcRespPushMsg
impl Clone for SvcRespPushMsg
source§fn clone(&self) -> SvcRespPushMsg
fn clone(&self) -> SvcRespPushMsg
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 SvcRespPushMsg
impl Debug for SvcRespPushMsg
source§impl Default for SvcRespPushMsg
impl Default for SvcRespPushMsg
source§fn default() -> SvcRespPushMsg
fn default() -> SvcRespPushMsg
Returns the “default value” for a type. Read more