pub struct Esyn<'ast> {
pub map_fn: OnceCell<VisitItemFn<'ast>>,
/* private fields */
}Fields§
§map_fn: OnceCell<VisitItemFn<'ast>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ast> !Freeze for Esyn<'ast>
impl<'ast> !RefUnwindSafe for Esyn<'ast>
impl<'ast> !Send for Esyn<'ast>
impl<'ast> !Sync for Esyn<'ast>
impl<'ast> Unpin for Esyn<'ast>
impl<'ast> UnwindSafe for Esyn<'ast>
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