pub struct DumpAst;
Trait Implementations§
Source§impl Pass for DumpAst
impl Pass for DumpAst
Auto Trait Implementations§
impl Freeze for DumpAst
impl RefUnwindSafe for DumpAst
impl Send for DumpAst
impl Sync for DumpAst
impl Unpin for DumpAst
impl UnwindSafe for DumpAst
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