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