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