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