pub struct RailwayPostgresConfig {
pub region: Option<String>,
}Fields§
§region: Option<String>Trait Implementations§
Source§impl Debug for RailwayPostgresConfig
impl Debug for RailwayPostgresConfig
Auto Trait Implementations§
impl Freeze for RailwayPostgresConfig
impl RefUnwindSafe for RailwayPostgresConfig
impl Send for RailwayPostgresConfig
impl Sync for RailwayPostgresConfig
impl Unpin for RailwayPostgresConfig
impl UnsafeUnpin for RailwayPostgresConfig
impl UnwindSafe for RailwayPostgresConfig
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