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