pub struct RoleHandler { /* private fields */ }
Expand description
Role handler for managing roles
Implementations§
Auto Trait Implementations§
impl Freeze for RoleHandler
impl !RefUnwindSafe for RoleHandler
impl Send for RoleHandler
impl Sync for RoleHandler
impl Unpin for RoleHandler
impl !UnwindSafe for RoleHandler
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