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: i64type: u8service: Stringcmd: Stringmsg_type: i32user_active: i32general_flag: i32binded_uin: i64Trait Implementations
sourceimpl Clone for RequestPushNotify
impl Clone for RequestPushNotify
sourcefn clone(&self) -> RequestPushNotify
fn clone(&self) -> RequestPushNotify
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RequestPushNotify
impl Debug for RequestPushNotify
sourceimpl Default for RequestPushNotify
impl Default for RequestPushNotify
sourcefn default() -> RequestPushNotify
fn default() -> RequestPushNotify
Returns the “default value” for a type. Read more
sourceimpl JceGet for RequestPushNotify
impl JceGet for RequestPushNotify
fn jce_get<B: Buf + ?Sized>(jce: &mut Jce<'_, B>) -> JceResult<Self>
fn empty() -> JceResult<Self>
fn get_from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn get_by_tag<B>(jce: &mut Jce<'_, B>, tag: u8) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_boxed_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
sourceimpl JcePut for RequestPushNotify
impl JcePut for RequestPushNotify
sourceimpl PartialEq<RequestPushNotify> for RequestPushNotify
impl PartialEq<RequestPushNotify> for RequestPushNotify
sourcefn eq(&self, other: &RequestPushNotify) -> bool
fn eq(&self, other: &RequestPushNotify) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RequestPushNotify) -> bool
fn ne(&self, other: &RequestPushNotify) -> bool
This method tests for !=.
impl StructuralPartialEq for RequestPushNotify
Auto Trait Implementations
impl RefUnwindSafe for RequestPushNotify
impl Send for RequestPushNotify
impl Sync for RequestPushNotify
impl Unpin for RequestPushNotify
impl UnwindSafe for RequestPushNotify
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more