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 Freeze for DeleteAUserGroupParams
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