pub struct SqlxPostgresqlSessionStoreBuilder { /* private fields */ }
Implementations§
source§impl SqlxPostgresqlSessionStoreBuilder
impl SqlxPostgresqlSessionStoreBuilder
pub async fn build(self) -> Result<SqlxPostgresqlSessionStore, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for SqlxPostgresqlSessionStoreBuilder
impl Send for SqlxPostgresqlSessionStoreBuilder
impl Sync for SqlxPostgresqlSessionStoreBuilder
impl Unpin for SqlxPostgresqlSessionStoreBuilder
impl !UnwindSafe for SqlxPostgresqlSessionStoreBuilder
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