pub struct DeleteUserGroupParams {
pub group_id: String,
}
Expand description
struct for passing parameters to the method [delete_user_group
]
Fields§
§group_id: String
The ID of the user group
Implementations§
Source§impl DeleteUserGroupParams
impl DeleteUserGroupParams
Sourcepub fn builder() -> DeleteUserGroupParamsBuilder
pub fn builder() -> DeleteUserGroupParamsBuilder
Create an instance of DeleteUserGroupParams
using the builder syntax
Trait Implementations§
Source§impl Clone for DeleteUserGroupParams
impl Clone for DeleteUserGroupParams
Source§fn clone(&self) -> DeleteUserGroupParams
fn clone(&self) -> DeleteUserGroupParams
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 moreAuto Trait Implementations§
impl Freeze for DeleteUserGroupParams
impl RefUnwindSafe for DeleteUserGroupParams
impl Send for DeleteUserGroupParams
impl Sync for DeleteUserGroupParams
impl Unpin for DeleteUserGroupParams
impl UnwindSafe for DeleteUserGroupParams
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