pub struct GetUserGroupParams {
pub group_id: i64,
pub x_request_id: Option<String>,
}Expand description
struct for passing parameters to the method get_user_group
Fields§
§group_id: i64Group ID
x_request_id: Option<String>An unique ID for the request
Trait Implementations§
Source§impl Clone for GetUserGroupParams
impl Clone for GetUserGroupParams
Source§fn clone(&self) -> GetUserGroupParams
fn clone(&self) -> GetUserGroupParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnsafeUnpin 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