pub struct Context<'x> { /* private fields */ }
Expand description
Additional parsing context supplied to FromEventsBuilder
implementations.
Implementations§
Auto Trait Implementations§
impl<'x> Freeze for Context<'x>
impl<'x> RefUnwindSafe for Context<'x>
impl<'x> Send for Context<'x>
impl<'x> Sync for Context<'x>
impl<'x> Unpin for Context<'x>
impl<'x> UnwindSafe for Context<'x>
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