pub struct Whole<K> {
pub shells: Vec<Attended<K>>,
pub subject: ExitStatus,
}Expand description
A run that closed cleanly.
Fields§
§shells: Vec<Attended<K>>§subject: ExitStatusAuto Trait Implementations§
impl<K> Freeze for Whole<K>
impl<K> RefUnwindSafe for Whole<K>where
K: RefUnwindSafe,
impl<K> Send for Whole<K>where
K: Send,
impl<K> Sync for Whole<K>where
K: Sync,
impl<K> Unpin for Whole<K>where
K: Unpin,
impl<K> UnsafeUnpin for Whole<K>
impl<K> UnwindSafe for Whole<K>where
K: UnwindSafe,
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