pub struct ParseAstParser { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ParseAstParser
impl RefUnwindSafe for ParseAstParser
impl Send for ParseAstParser
impl Sync for ParseAstParser
impl Unpin for ParseAstParser
impl UnwindSafe for ParseAstParser
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