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