pub struct PostgresConfigStore<'client> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ConfigSource for PostgresConfigStore<'_>
impl ConfigSource for PostgresConfigStore<'_>
Auto Trait Implementations§
impl<'client> Freeze for PostgresConfigStore<'client>
impl<'client> !RefUnwindSafe for PostgresConfigStore<'client>
impl<'client> Send for PostgresConfigStore<'client>
impl<'client> !Sync for PostgresConfigStore<'client>
impl<'client> Unpin for PostgresConfigStore<'client>
impl<'client> UnsafeUnpin for PostgresConfigStore<'client>
impl<'client> !UnwindSafe for PostgresConfigStore<'client>
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