Struct aws_sdk_iam::output::TagMfaDeviceOutput
source · [−]#[non_exhaustive]pub struct TagMfaDeviceOutput {}Implementations
sourceimpl TagMfaDeviceOutput
impl TagMfaDeviceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagMfaDeviceOutput.
Trait Implementations
sourceimpl Clone for TagMfaDeviceOutput
impl Clone for TagMfaDeviceOutput
sourcefn clone(&self) -> TagMfaDeviceOutput
fn clone(&self) -> TagMfaDeviceOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TagMfaDeviceOutput
impl Debug for TagMfaDeviceOutput
sourceimpl PartialEq<TagMfaDeviceOutput> for TagMfaDeviceOutput
impl PartialEq<TagMfaDeviceOutput> for TagMfaDeviceOutput
sourcefn eq(&self, other: &TagMfaDeviceOutput) -> bool
fn eq(&self, other: &TagMfaDeviceOutput) -> bool
impl StructuralPartialEq for TagMfaDeviceOutput
Auto Trait Implementations
impl RefUnwindSafe for TagMfaDeviceOutput
impl Send for TagMfaDeviceOutput
impl Sync for TagMfaDeviceOutput
impl Unpin for TagMfaDeviceOutput
impl UnwindSafe for TagMfaDeviceOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more