Struct ricq_core::command::message_svc::MessageSyncResponse
source · [−]pub struct MessageSyncResponse {
pub msg_rsp_type: i32,
pub sync_flag: i32,
pub sync_cookie: Option<Vec<u8>>,
pub pub_account_cookie: Option<Vec<u8>>,
pub msgs: Vec<Message>,
}Fields
msg_rsp_type: i32sync_flag: i32msgs: Vec<Message>Auto Trait Implementations
impl RefUnwindSafe for MessageSyncResponse
impl Send for MessageSyncResponse
impl Sync for MessageSyncResponse
impl Unpin for MessageSyncResponse
impl UnwindSafe for MessageSyncResponse
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