Struct aws_sdk_iam::output::DeleteAccessKeyOutput
source · [−]#[non_exhaustive]pub struct DeleteAccessKeyOutput {}Implementations
sourceimpl DeleteAccessKeyOutput
impl DeleteAccessKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAccessKeyOutput.
Trait Implementations
sourceimpl Clone for DeleteAccessKeyOutput
impl Clone for DeleteAccessKeyOutput
sourcefn clone(&self) -> DeleteAccessKeyOutput
fn clone(&self) -> DeleteAccessKeyOutput
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 DeleteAccessKeyOutput
impl Debug for DeleteAccessKeyOutput
sourceimpl PartialEq<DeleteAccessKeyOutput> for DeleteAccessKeyOutput
impl PartialEq<DeleteAccessKeyOutput> for DeleteAccessKeyOutput
sourcefn eq(&self, other: &DeleteAccessKeyOutput) -> bool
fn eq(&self, other: &DeleteAccessKeyOutput) -> bool
impl StructuralPartialEq for DeleteAccessKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAccessKeyOutput
impl Send for DeleteAccessKeyOutput
impl Sync for DeleteAccessKeyOutput
impl Unpin for DeleteAccessKeyOutput
impl UnwindSafe for DeleteAccessKeyOutput
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