pub struct DeleteGroupRoleAssignmentsParams {
pub body: DeleteGroupRoleAssignmentsByCriteria,
}Fields§
§body: DeleteGroupRoleAssignmentsByCriteriaRequest body sent with this call.
Required.
Implementations§
Source§impl DeleteGroupRoleAssignmentsParams
impl DeleteGroupRoleAssignmentsParams
Sourcepub fn new(body: DeleteGroupRoleAssignmentsByCriteria) -> Self
pub fn new(body: DeleteGroupRoleAssignmentsByCriteria) -> Self
Construct a new DeleteGroupRoleAssignmentsParams with the required fields set.
Trait Implementations§
Source§impl Clone for DeleteGroupRoleAssignmentsParams
impl Clone for DeleteGroupRoleAssignmentsParams
Source§fn clone(&self) -> DeleteGroupRoleAssignmentsParams
fn clone(&self) -> DeleteGroupRoleAssignmentsParams
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 DeleteGroupRoleAssignmentsParams
impl RefUnwindSafe for DeleteGroupRoleAssignmentsParams
impl Send for DeleteGroupRoleAssignmentsParams
impl Sync for DeleteGroupRoleAssignmentsParams
impl Unpin for DeleteGroupRoleAssignmentsParams
impl UnsafeUnpin for DeleteGroupRoleAssignmentsParams
impl UnwindSafe for DeleteGroupRoleAssignmentsParams
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