pub struct SqlParser<'config> { /* private fields */ }Expand description
JSON 解析
Auto Trait Implementations§
impl<'config> Freeze for SqlParser<'config>
impl<'config> RefUnwindSafe for SqlParser<'config>
impl<'config> Send for SqlParser<'config>
impl<'config> Sync for SqlParser<'config>
impl<'config> Unpin for SqlParser<'config>
impl<'config> UnwindSafe for SqlParser<'config>
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