Struct aws_sdk_mq::model::UserSummary
source · [−]#[non_exhaustive]pub struct UserSummary { /* private fields */ }
Expand description
Returns a list of all broker users. Does not apply to RabbitMQ brokers.
Implementations
sourceimpl UserSummary
impl UserSummary
sourcepub fn pending_change(&self) -> Option<&ChangeType>
pub fn pending_change(&self) -> Option<&ChangeType>
The type of change pending for the broker user.
sourceimpl UserSummary
impl UserSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserSummary
.
Trait Implementations
sourceimpl Clone for UserSummary
impl Clone for UserSummary
sourcefn clone(&self) -> UserSummary
fn clone(&self) -> UserSummary
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 UserSummary
impl Debug for UserSummary
sourceimpl PartialEq<UserSummary> for UserSummary
impl PartialEq<UserSummary> for UserSummary
sourcefn eq(&self, other: &UserSummary) -> bool
fn eq(&self, other: &UserSummary) -> bool
impl StructuralPartialEq for UserSummary
Auto Trait Implementations
impl RefUnwindSafe for UserSummary
impl Send for UserSummary
impl Sync for UserSummary
impl Unpin for UserSummary
impl UnwindSafe for UserSummary
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