pub(crate) struct Psql {
opts: Opts,
}
Fields§
§opts: Opts
Implementations§
Auto Trait Implementations§
impl Freeze for Psql
impl RefUnwindSafe for Psql
impl Send for Psql
impl Sync for Psql
impl Unpin for Psql
impl UnwindSafe for Psql
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