pub struct PostgresProvider;Trait Implementations§
Source§impl Debug for PostgresProvider
impl Debug for PostgresProvider
Source§impl Default for PostgresProvider
impl Default for PostgresProvider
Source§fn default() -> PostgresProvider
fn default() -> PostgresProvider
Returns the “default value” for a type. Read more
Source§impl IntegrationProvider for PostgresProvider
impl IntegrationProvider for PostgresProvider
fn key(&self) -> &'static str
fn feature(&self) -> &'static str
fn enabled(&self, cfg: &AppConfig) -> bool
fn required(&self, cfg: &AppConfig) -> bool
fn init<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
ctx: &'life1 mut AppContext,
cfg: &'life2 AppConfig,
) -> Pin<Box<dyn Future<Output = CoreResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for PostgresProvider
impl RefUnwindSafe for PostgresProvider
impl Send for PostgresProvider
impl Sync for PostgresProvider
impl Unpin for PostgresProvider
impl UnwindSafe for PostgresProvider
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