#[non_exhaustive]pub struct UserGroupPendingChanges { /* private fields */ }
Expand description
Returns the updates being applied to the user group.
Implementations§
source§impl 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.
source§impl UserGroupPendingChanges
impl UserGroupPendingChanges
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserGroupPendingChanges
.
Trait Implementations§
source§impl Clone for UserGroupPendingChanges
impl Clone for UserGroupPendingChanges
source§fn clone(&self) -> UserGroupPendingChanges
fn clone(&self) -> UserGroupPendingChanges
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 UserGroupPendingChanges
impl Debug for UserGroupPendingChanges
source§impl PartialEq<UserGroupPendingChanges> for UserGroupPendingChanges
impl PartialEq<UserGroupPendingChanges> for UserGroupPendingChanges
source§fn eq(&self, other: &UserGroupPendingChanges) -> bool
fn eq(&self, other: &UserGroupPendingChanges) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.