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