pub struct ClientTaskItem<T: ClientTask> {
pub task: Option<T>,
/* private fields */
}Fields§
§task: Option<T>Auto Trait Implementations§
impl<T> Freeze for ClientTaskItem<T>where
T: Freeze,
impl<T> !RefUnwindSafe for ClientTaskItem<T>
impl<T> Send for ClientTaskItem<T>
impl<T> Sync for ClientTaskItem<T>where
T: Sync,
impl<T> Unpin for ClientTaskItem<T>
impl<T> !UnwindSafe for ClientTaskItem<T>
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