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 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 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 Freeze for ListRolePermissionsParams
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