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