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