enum ActiveExecution {
Task {
comm: String,
hint: u64,
},
System(ActiveSystem),
}Variants§
Implementations§
Source§impl ActiveExecution
impl ActiveExecution
fn to_interval(&self, start_ns: u64, end_ns: u64) -> Option<BusyInterval>
Trait Implementations§
Source§impl Clone for ActiveExecution
impl Clone for ActiveExecution
Source§fn clone(&self) -> ActiveExecution
fn clone(&self) -> ActiveExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActiveExecution
impl Debug for ActiveExecution
impl Eq for ActiveExecution
Source§impl PartialEq for ActiveExecution
impl PartialEq for ActiveExecution
impl StructuralPartialEq for ActiveExecution
Auto Trait Implementations§
impl Freeze for ActiveExecution
impl RefUnwindSafe for ActiveExecution
impl Send for ActiveExecution
impl Sync for ActiveExecution
impl Unpin for ActiveExecution
impl UnsafeUnpin for ActiveExecution
impl UnwindSafe for ActiveExecution
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