pub struct LdapAccessKeyInfo {
pub username: Option<String>,
}Expand description
Identity-specific LDAP access key details.
Fields§
§username: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for LdapAccessKeyInfo
impl Clone for LdapAccessKeyInfo
Source§fn clone(&self) -> LdapAccessKeyInfo
fn clone(&self) -> LdapAccessKeyInfo
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 Debug for LdapAccessKeyInfo
impl Debug for LdapAccessKeyInfo
Source§impl Default for LdapAccessKeyInfo
impl Default for LdapAccessKeyInfo
Source§fn default() -> LdapAccessKeyInfo
fn default() -> LdapAccessKeyInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LdapAccessKeyInfo
impl<'de> Deserialize<'de> for LdapAccessKeyInfo
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
impl Eq for LdapAccessKeyInfo
Source§impl PartialEq for LdapAccessKeyInfo
impl PartialEq for LdapAccessKeyInfo
Source§fn eq(&self, other: &LdapAccessKeyInfo) -> bool
fn eq(&self, other: &LdapAccessKeyInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LdapAccessKeyInfo
impl Serialize for LdapAccessKeyInfo
impl StructuralPartialEq for LdapAccessKeyInfo
Auto Trait Implementations§
impl Freeze for LdapAccessKeyInfo
impl RefUnwindSafe for LdapAccessKeyInfo
impl Send for LdapAccessKeyInfo
impl Sync for LdapAccessKeyInfo
impl Unpin for LdapAccessKeyInfo
impl UnsafeUnpin for LdapAccessKeyInfo
impl UnwindSafe for LdapAccessKeyInfo
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