Struct controller::cloudnativepg::clusters::ClusterPostgresql
source · pub struct ClusterPostgresql {
pub ldap: Option<ClusterPostgresqlLdap>,
pub parameters: Option<BTreeMap<String, String>>,
pub pg_hba: Option<Vec<String>>,
pub promotion_timeout: Option<i32>,
pub shared_preload_libraries: Option<Vec<String>>,
pub sync_replica_election_constraint: Option<ClusterPostgresqlSyncReplicaElectionConstraint>,
}Fields§
§ldap: Option<ClusterPostgresqlLdap>§parameters: Option<BTreeMap<String, String>>§pg_hba: Option<Vec<String>>§promotion_timeout: Option<i32>§sync_replica_election_constraint: Option<ClusterPostgresqlSyncReplicaElectionConstraint>Trait Implementations§
source§impl Clone for ClusterPostgresql
impl Clone for ClusterPostgresql
source§fn clone(&self) -> ClusterPostgresql
fn clone(&self) -> ClusterPostgresql
Returns a copy of the value. Read more
1.0.0 · 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 ClusterPostgresql
impl Debug for ClusterPostgresql
source§impl Default for ClusterPostgresql
impl Default for ClusterPostgresql
source§fn default() -> ClusterPostgresql
fn default() -> ClusterPostgresql
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterPostgresql
impl<'de> Deserialize<'de> for ClusterPostgresql
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
Auto Trait Implementations§
impl RefUnwindSafe for ClusterPostgresql
impl Send for ClusterPostgresql
impl Sync for ClusterPostgresql
impl Unpin for ClusterPostgresql
impl UnwindSafe for ClusterPostgresql
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