pub struct Dbs {
pub builder: ConnectionPool,
pub node: ConnectionPool,
}
Fields§
§builder: ConnectionPool
§node: ConnectionPool
Auto Trait Implementations§
impl Freeze for Dbs
impl !RefUnwindSafe for Dbs
impl Send for Dbs
impl Sync for Dbs
impl Unpin for Dbs
impl !UnwindSafe for Dbs
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