pub struct DeleteAUserGroupParams {
pub user_group_id: String,
}
Expand description
struct for passing parameters to the method delete_a_user_group
Fields§
§user_group_id: String
Alphanumeric string identifying the user group.
Trait Implementations§
source§impl Clone for DeleteAUserGroupParams
impl Clone for DeleteAUserGroupParams
source§fn clone(&self) -> DeleteAUserGroupParams
fn clone(&self) -> DeleteAUserGroupParams
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 DeleteAUserGroupParams
impl Debug for DeleteAUserGroupParams
source§impl Default for DeleteAUserGroupParams
impl Default for DeleteAUserGroupParams
source§fn default() -> DeleteAUserGroupParams
fn default() -> DeleteAUserGroupParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAUserGroupParams
impl Send for DeleteAUserGroupParams
impl Sync for DeleteAUserGroupParams
impl Unpin for DeleteAUserGroupParams
impl UnwindSafe for DeleteAUserGroupParams
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