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