Struct aws_sdk_elasticache::model::UserGroupPendingChanges
source · [−]#[non_exhaustive]pub struct UserGroupPendingChanges { /* private fields */ }Expand description
Returns the updates being applied to the user group.
Implementations
sourceimpl UserGroupPendingChanges
impl UserGroupPendingChanges
sourcepub fn user_ids_to_remove(&self) -> Option<&[String]>
pub fn user_ids_to_remove(&self) -> Option<&[String]>
The list of user IDs to remove.
sourcepub fn user_ids_to_add(&self) -> Option<&[String]>
pub fn user_ids_to_add(&self) -> Option<&[String]>
The list of user IDs to add.
sourceimpl UserGroupPendingChanges
impl UserGroupPendingChanges
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserGroupPendingChanges.
Trait Implementations
sourceimpl Clone for UserGroupPendingChanges
impl Clone for UserGroupPendingChanges
sourcefn clone(&self) -> UserGroupPendingChanges
fn clone(&self) -> UserGroupPendingChanges
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 UserGroupPendingChanges
impl Debug for UserGroupPendingChanges
sourceimpl PartialEq<UserGroupPendingChanges> for UserGroupPendingChanges
impl PartialEq<UserGroupPendingChanges> for UserGroupPendingChanges
sourcefn eq(&self, other: &UserGroupPendingChanges) -> bool
fn eq(&self, other: &UserGroupPendingChanges) -> bool
impl StructuralPartialEq for UserGroupPendingChanges
Auto Trait Implementations
impl RefUnwindSafe for UserGroupPendingChanges
impl Send for UserGroupPendingChanges
impl Sync for UserGroupPendingChanges
impl Unpin for UserGroupPendingChanges
impl UnwindSafe for UserGroupPendingChanges
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