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