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