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