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