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: i32msg_uid: i64msg_time: i32info: PushTransInfoTrait Implementations
sourceimpl Clone for OnlinePushTrans
impl Clone for OnlinePushTrans
sourcefn clone(&self) -> OnlinePushTrans
fn clone(&self) -> OnlinePushTrans
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
Auto Trait Implementations
impl RefUnwindSafe for OnlinePushTrans
impl Send for OnlinePushTrans
impl Sync for OnlinePushTrans
impl Unpin for OnlinePushTrans
impl UnwindSafe for OnlinePushTrans
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