Struct controller::cloudnativepg::clusters::ClusterPostgresqlLdap
source · pub struct ClusterPostgresqlLdap {
pub bind_as_auth: Option<ClusterPostgresqlLdapBindAsAuth>,
pub bind_search_auth: Option<ClusterPostgresqlLdapBindSearchAuth>,
pub port: Option<i64>,
pub scheme: Option<ClusterPostgresqlLdapScheme>,
pub server: Option<String>,
pub tls: Option<bool>,
}Fields§
§bind_as_auth: Option<ClusterPostgresqlLdapBindAsAuth>§bind_search_auth: Option<ClusterPostgresqlLdapBindSearchAuth>§port: Option<i64>§scheme: Option<ClusterPostgresqlLdapScheme>§server: Option<String>§tls: Option<bool>Trait Implementations§
source§impl Clone for ClusterPostgresqlLdap
impl Clone for ClusterPostgresqlLdap
source§fn clone(&self) -> ClusterPostgresqlLdap
fn clone(&self) -> ClusterPostgresqlLdap
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 ClusterPostgresqlLdap
impl Debug for ClusterPostgresqlLdap
source§impl Default for ClusterPostgresqlLdap
impl Default for ClusterPostgresqlLdap
source§fn default() -> ClusterPostgresqlLdap
fn default() -> ClusterPostgresqlLdap
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterPostgresqlLdap
impl<'de> Deserialize<'de> for ClusterPostgresqlLdap
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 ClusterPostgresqlLdap
impl Send for ClusterPostgresqlLdap
impl Sync for ClusterPostgresqlLdap
impl Unpin for ClusterPostgresqlLdap
impl UnwindSafe for ClusterPostgresqlLdap
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