pub struct ListOfRolePermissions {
pub role_permissions: Vec<RolePermission>,
}Expand description
List of role permissions.
Fields§
§role_permissions: Vec<RolePermission>Role permissions.
Trait Implementations§
Source§impl Clone for ListOfRolePermissions
impl Clone for ListOfRolePermissions
Source§fn clone(&self) -> ListOfRolePermissions
fn clone(&self) -> ListOfRolePermissions
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 ListOfRolePermissions
impl Debug for ListOfRolePermissions
Auto Trait Implementations§
impl Freeze for ListOfRolePermissions
impl RefUnwindSafe for ListOfRolePermissions
impl Send for ListOfRolePermissions
impl Sync for ListOfRolePermissions
impl Unpin for ListOfRolePermissions
impl UnwindSafe for ListOfRolePermissions
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