Struct brix_common::AppContext
source · [−]pub struct AppContext<'a> {
pub processor: ProcessorCore<'a>,
pub config: &'a Config,
}
Expand description
Struct containing common properties that require access during command execution.
Fields
processor: ProcessorCore<'a>
config: &'a Config
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AppContext<'a>
impl<'a> Send for AppContext<'a>
impl<'a> Sync for AppContext<'a>
impl<'a> Unpin for AppContext<'a>
impl<'a> !UnwindSafe for AppContext<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more