Struct aws_sdk_sso::output::ListAccountRolesOutput
source · #[non_exhaustive]pub struct ListAccountRolesOutput { /* private fields */ }
Implementations§
source§impl ListAccountRolesOutput
impl ListAccountRolesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccountRolesOutput
.
Trait Implementations§
source§impl Clone for ListAccountRolesOutput
impl Clone for ListAccountRolesOutput
source§fn clone(&self) -> ListAccountRolesOutput
fn clone(&self) -> ListAccountRolesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListAccountRolesOutput
impl Debug for ListAccountRolesOutput
source§impl PartialEq<ListAccountRolesOutput> for ListAccountRolesOutput
impl PartialEq<ListAccountRolesOutput> for ListAccountRolesOutput
source§fn eq(&self, other: &ListAccountRolesOutput) -> bool
fn eq(&self, other: &ListAccountRolesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.