pub struct NeonPostgresConfig {}Trait Implementations§
Source§impl CatalogService for NeonPostgresConfig
impl CatalogService for NeonPostgresConfig
Source§impl Debug for NeonPostgresConfig
impl Debug for NeonPostgresConfig
Auto Trait Implementations§
impl Freeze for NeonPostgresConfig
impl RefUnwindSafe for NeonPostgresConfig
impl Send for NeonPostgresConfig
impl Sync for NeonPostgresConfig
impl Unpin for NeonPostgresConfig
impl UnsafeUnpin for NeonPostgresConfig
impl UnwindSafe for NeonPostgresConfig
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