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