pub struct ClusterPostgresqlLdapBindSearchAuth {
pub base_dn: Option<String>,
pub bind_dn: Option<String>,
pub bind_password: Option<ClusterPostgresqlLdapBindSearchAuthBindPassword>,
pub search_attribute: Option<String>,
pub search_filter: Option<String>,
}
Fields§
§base_dn: Option<String>
§bind_dn: Option<String>
§bind_password: Option<ClusterPostgresqlLdapBindSearchAuthBindPassword>
§search_attribute: Option<String>
§search_filter: Option<String>
Trait Implementations§
source§impl Clone for ClusterPostgresqlLdapBindSearchAuth
impl Clone for ClusterPostgresqlLdapBindSearchAuth
source§fn clone(&self) -> ClusterPostgresqlLdapBindSearchAuth
fn clone(&self) -> ClusterPostgresqlLdapBindSearchAuth
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 Default for ClusterPostgresqlLdapBindSearchAuth
impl Default for ClusterPostgresqlLdapBindSearchAuth
source§fn default() -> ClusterPostgresqlLdapBindSearchAuth
fn default() -> ClusterPostgresqlLdapBindSearchAuth
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterPostgresqlLdapBindSearchAuth
impl<'de> Deserialize<'de> for ClusterPostgresqlLdapBindSearchAuth
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 ClusterPostgresqlLdapBindSearchAuth
impl Send for ClusterPostgresqlLdapBindSearchAuth
impl Sync for ClusterPostgresqlLdapBindSearchAuth
impl Unpin for ClusterPostgresqlLdapBindSearchAuth
impl UnwindSafe for ClusterPostgresqlLdapBindSearchAuth
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