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