Struct ricq_core::jce::RequestPushNotify
source · pub struct RequestPushNotify {
pub uin: i64,
pub type: u8,
pub service: String,
pub cmd: String,
pub notify_cookie: Bytes,
pub msg_type: i32,
pub user_active: i32,
pub general_flag: i32,
pub binded_uin: i64,
}
Fields§
§uin: i64
§type: u8
§service: String
§cmd: String
§msg_type: i32
§user_active: i32
§general_flag: i32
§binded_uin: i64
Trait Implementations§
source§impl Clone for RequestPushNotify
impl Clone for RequestPushNotify
source§fn clone(&self) -> RequestPushNotify
fn clone(&self) -> RequestPushNotify
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 RequestPushNotify
impl Debug for RequestPushNotify
source§impl Default for RequestPushNotify
impl Default for RequestPushNotify
source§fn default() -> RequestPushNotify
fn default() -> RequestPushNotify
Returns the “default value” for a type. Read more