Struct ricq_core::command::config_push_svc::ConfigPushResp
source · [−]Fields
t: i32pkt_seq: i64jce_buf: BytesTrait Implementations
sourceimpl Debug for ConfigPushResp
impl Debug for ConfigPushResp
sourceimpl Default for ConfigPushResp
impl Default for ConfigPushResp
sourcefn default() -> ConfigPushResp
fn default() -> ConfigPushResp
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConfigPushResp
impl Send for ConfigPushResp
impl Sync for ConfigPushResp
impl Unpin for ConfigPushResp
impl UnwindSafe for ConfigPushResp
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