pub struct PostgresPrepared { /* private fields */ }Expand description
Postgres prepared statement.
Trait Implementations§
Source§impl Debug for PostgresPrepared
impl Debug for PostgresPrepared
Source§impl Display for PostgresPrepared
impl Display for PostgresPrepared
Auto Trait Implementations§
impl Freeze for PostgresPrepared
impl !RefUnwindSafe for PostgresPrepared
impl Send for PostgresPrepared
impl Sync for PostgresPrepared
impl Unpin for PostgresPrepared
impl UnsafeUnpin for PostgresPrepared
impl !UnwindSafe for PostgresPrepared
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