pub struct ReportContext<'ctx> { /* private fields */ }
Expand description
Context object extensively used across Ledger file evaluation.
Implementations§
Auto Trait Implementations§
impl<'ctx> Freeze for ReportContext<'ctx>
impl<'ctx> !RefUnwindSafe for ReportContext<'ctx>
impl<'ctx> !Send for ReportContext<'ctx>
impl<'ctx> !Sync for ReportContext<'ctx>
impl<'ctx> Unpin for ReportContext<'ctx>
impl<'ctx> !UnwindSafe for ReportContext<'ctx>
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