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