pub(crate) struct TaskManager3408 {
pub(crate) oset: BTreeSet<(i32, i32, i32)>,
pub(crate) task: HashMap<i32, (i32, i32)>,
}Expand description
3408m Design Task Manager
Fields§
§oset: BTreeSet<(i32, i32, i32)>§task: HashMap<i32, (i32, i32)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskManager3408
impl RefUnwindSafe for TaskManager3408
impl Send for TaskManager3408
impl Sync for TaskManager3408
impl Unpin for TaskManager3408
impl UnsafeUnpin for TaskManager3408
impl UnwindSafe for TaskManager3408
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