pub struct ProcessorResultDisplay<'a> {
pub env: &'a GlobalEnv,
pub targets: &'a FunctionTargetsHolder,
pub processor: &'a dyn FunctionTargetProcessor,
}
Fields
env: &'a GlobalEnv
targets: &'a FunctionTargetsHolder
processor: &'a dyn FunctionTargetProcessor
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ProcessorResultDisplay<'a>
impl<'a> !Send for ProcessorResultDisplay<'a>
impl<'a> !Sync for ProcessorResultDisplay<'a>
impl<'a> Unpin for ProcessorResultDisplay<'a>
impl<'a> !UnwindSafe for ProcessorResultDisplay<'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