Struct fastly_api::apis::iam_roles_api::RemoveRolePermissionsParams
source · 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 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 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 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