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