pub struct PostgresInstanceUpdateConfigResponse {
pub message: Option<String>,
pub pg_bouncer_config: PgBouncerConfig,
pub pg_config: PgConfig,
}Expand description
postgresInstanceUpdateConfigResponse from the ClickHouse Cloud API.
Fields§
§message: Option<String>§pg_bouncer_config: PgBouncerConfig§pg_config: PgConfigTrait Implementations§
Source§impl Clone for PostgresInstanceUpdateConfigResponse
impl Clone for PostgresInstanceUpdateConfigResponse
Source§fn clone(&self) -> PostgresInstanceUpdateConfigResponse
fn clone(&self) -> PostgresInstanceUpdateConfigResponse
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 Default for PostgresInstanceUpdateConfigResponse
impl Default for PostgresInstanceUpdateConfigResponse
Source§fn default() -> PostgresInstanceUpdateConfigResponse
fn default() -> PostgresInstanceUpdateConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostgresInstanceUpdateConfigResponse
impl<'de> Deserialize<'de> for PostgresInstanceUpdateConfigResponse
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 PostgresInstanceUpdateConfigResponse
impl PartialEq for PostgresInstanceUpdateConfigResponse
Source§fn eq(&self, other: &PostgresInstanceUpdateConfigResponse) -> bool
fn eq(&self, other: &PostgresInstanceUpdateConfigResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostgresInstanceUpdateConfigResponse
Auto Trait Implementations§
impl Freeze for PostgresInstanceUpdateConfigResponse
impl RefUnwindSafe for PostgresInstanceUpdateConfigResponse
impl Send for PostgresInstanceUpdateConfigResponse
impl Sync for PostgresInstanceUpdateConfigResponse
impl Unpin for PostgresInstanceUpdateConfigResponse
impl UnsafeUnpin for PostgresInstanceUpdateConfigResponse
impl UnwindSafe for PostgresInstanceUpdateConfigResponse
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