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