Struct fastly_api::apis::iam_roles_api::ListRolePermissionsParams
source · pub struct ListRolePermissionsParams {
pub role_id: String,
}
Expand description
struct for passing parameters to the method list_role_permissions
Fields§
§role_id: String
Alphanumeric string identifying the role.
Trait Implementations§
source§impl Clone for ListRolePermissionsParams
impl Clone for ListRolePermissionsParams
source§fn clone(&self) -> ListRolePermissionsParams
fn clone(&self) -> ListRolePermissionsParams
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 ListRolePermissionsParams
impl Debug for ListRolePermissionsParams
source§impl Default for ListRolePermissionsParams
impl Default for ListRolePermissionsParams
source§fn default() -> ListRolePermissionsParams
fn default() -> ListRolePermissionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ListRolePermissionsParams
impl Send for ListRolePermissionsParams
impl Sync for ListRolePermissionsParams
impl Unpin for ListRolePermissionsParams
impl UnwindSafe for ListRolePermissionsParams
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