pub struct ExecutorContext<'a> {
    pub workspace: &'a Workspace,
    pub project: &'a Project,
    pub target: &'a str,
    pub logger: &'a Logger,
}Fields§
§workspace: &'a Workspace§project: &'a Project§target: &'a str§logger: &'a LoggerAuto Trait Implementations§
impl<'a> Freeze for ExecutorContext<'a>
impl<'a> RefUnwindSafe for ExecutorContext<'a>
impl<'a> Send for ExecutorContext<'a>
impl<'a> Sync for ExecutorContext<'a>
impl<'a> Unpin for ExecutorContext<'a>
impl<'a> UnwindSafe for ExecutorContext<'a>
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