pub struct Pgsql {
pub config: Config,
}
Fields§
§config: Config
基础配置
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pgsql
impl RefUnwindSafe for Pgsql
impl Send for Pgsql
impl Sync for Pgsql
impl Unpin for Pgsql
impl UnwindSafe for Pgsql
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