pub struct ContextGenerator<'a> { /* private fields */ }Implementationsยง
Sourceยงimpl ContextGenerator<'_>
impl ContextGenerator<'_>
pub fn generate(&mut self, walker: WalkParallel) -> Result<()>
Auto Trait Implementationsยง
impl<'a> Freeze for ContextGenerator<'a>
impl<'a> RefUnwindSafe for ContextGenerator<'a>
impl<'a> Send for ContextGenerator<'a>
impl<'a> Sync for ContextGenerator<'a>
impl<'a> Unpin for ContextGenerator<'a>
impl<'a> UnwindSafe for ContextGenerator<'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