pub struct JobStack { /* private fields */ }
Expand description
The stack of jobs that bacon ran, allowing to get back to the previous one, or to scope the current one
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobStack
impl RefUnwindSafe for JobStack
impl Send for JobStack
impl Sync for JobStack
impl Unpin for JobStack
impl UnwindSafe for JobStack
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