#[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() -> UserGroupPendingChangesBuilder
pub fn builder() -> UserGroupPendingChangesBuilder
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more