Struct blaze_devkit::ExecutorContext
source · pub struct ExecutorContext<'a> {
pub workspace: &'a Workspace,
pub project: &'a Project,
pub target: &'a str,
pub logger: &'a Logger<'a>,
}Fields§
§workspace: &'a Workspace§project: &'a Project§target: &'a str§logger: &'a Logger<'a>Auto 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