pub struct TokioPostgresStoresBuilder { /* private fields */ }Expand description
Configures and connects a TokioPostgresStores bundle.
Implementations§
Trait Implementations§
Source§impl Clone for TokioPostgresStoresBuilder
impl Clone for TokioPostgresStoresBuilder
Source§fn clone(&self) -> TokioPostgresStoresBuilder
fn clone(&self) -> TokioPostgresStoresBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TokioPostgresStoresBuilder
impl Debug for TokioPostgresStoresBuilder
Auto Trait Implementations§
impl Freeze for TokioPostgresStoresBuilder
impl RefUnwindSafe for TokioPostgresStoresBuilder
impl Send for TokioPostgresStoresBuilder
impl Sync for TokioPostgresStoresBuilder
impl Unpin for TokioPostgresStoresBuilder
impl UnsafeUnpin for TokioPostgresStoresBuilder
impl UnwindSafe for TokioPostgresStoresBuilder
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