Struct aws_sdk_iam::output::EnableMfaDeviceOutput
source · #[non_exhaustive]pub struct EnableMfaDeviceOutput {}Implementations§
source§impl EnableMfaDeviceOutput
impl EnableMfaDeviceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableMfaDeviceOutput.
Trait Implementations§
source§impl Clone for EnableMfaDeviceOutput
impl Clone for EnableMfaDeviceOutput
source§fn clone(&self) -> EnableMfaDeviceOutput
fn clone(&self) -> EnableMfaDeviceOutput
Returns a copy of the value. Read more
1.0.0 · 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 EnableMfaDeviceOutput
impl Debug for EnableMfaDeviceOutput
source§impl PartialEq<EnableMfaDeviceOutput> for EnableMfaDeviceOutput
impl PartialEq<EnableMfaDeviceOutput> for EnableMfaDeviceOutput
source§fn eq(&self, other: &EnableMfaDeviceOutput) -> bool
fn eq(&self, other: &EnableMfaDeviceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.