pub struct PostgresPrepared { /* private fields */ }Trait Implementations§
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 !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