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