pub struct PostgresInstanceConfig {
pub pg_bouncer_config: PgBouncerConfig,
pub pg_config: PgConfig,
}Expand description
postgresInstanceConfig from the ClickHouse Cloud API.
Fields§
§pg_bouncer_config: PgBouncerConfig§pg_config: PgConfigTrait Implementations§
Source§impl Clone for PostgresInstanceConfig
impl Clone for PostgresInstanceConfig
Source§fn clone(&self) -> PostgresInstanceConfig
fn clone(&self) -> PostgresInstanceConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PostgresInstanceConfig
impl Debug for PostgresInstanceConfig
Source§impl Default for PostgresInstanceConfig
impl Default for PostgresInstanceConfig
Source§fn default() -> PostgresInstanceConfig
fn default() -> PostgresInstanceConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostgresInstanceConfig
impl<'de> Deserialize<'de> for PostgresInstanceConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PostgresInstanceConfig
impl PartialEq for PostgresInstanceConfig
Source§fn eq(&self, other: &PostgresInstanceConfig) -> bool
fn eq(&self, other: &PostgresInstanceConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PostgresInstanceConfig
impl Serialize for PostgresInstanceConfig
impl StructuralPartialEq for PostgresInstanceConfig
Auto Trait Implementations§
impl Freeze for PostgresInstanceConfig
impl RefUnwindSafe for PostgresInstanceConfig
impl Send for PostgresInstanceConfig
impl Sync for PostgresInstanceConfig
impl Unpin for PostgresInstanceConfig
impl UnsafeUnpin for PostgresInstanceConfig
impl UnwindSafe for PostgresInstanceConfig
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