pub struct RbacLayer<R: RBAC> { /* private fields */ }Expand description
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for RbacLayer<R>
impl<R> RefUnwindSafe for RbacLayer<R>where
R: RefUnwindSafe,
impl<R> Send for RbacLayer<R>
impl<R> Sync for RbacLayer<R>
impl<R> Unpin for RbacLayer<R>where
R: Unpin,
impl<R> UnsafeUnpin for RbacLayer<R>
impl<R> UnwindSafe for RbacLayer<R>where
R: UnwindSafe,
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