pub struct ClientTaskCommon {
pub seq: u64,
}Expand description
A common struct for every ClientTask
The fields might be extended in the future
Fields§
§seq: u64Every task should be assigned an ID which is unique inside a socket connection
Implementations§
Trait Implementations§
Source§impl Debug for ClientTaskCommon
impl Debug for ClientTaskCommon
Source§impl Default for ClientTaskCommon
impl Default for ClientTaskCommon
Source§fn default() -> ClientTaskCommon
fn default() -> ClientTaskCommon
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientTaskCommon
impl RefUnwindSafe for ClientTaskCommon
impl Send for ClientTaskCommon
impl Sync for ClientTaskCommon
impl Unpin for ClientTaskCommon
impl UnwindSafe for ClientTaskCommon
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more