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