pub struct RolesGuard { /* private fields */ }Expand description
Exige au moins un des rôles listés.
Implementations§
Trait Implementations§
Source§impl Clone for RolesGuard
impl Clone for RolesGuard
Source§fn clone(&self) -> RolesGuard
fn clone(&self) -> RolesGuard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RolesGuard
impl Debug for RolesGuard
Auto Trait Implementations§
impl Freeze for RolesGuard
impl RefUnwindSafe for RolesGuard
impl Send for RolesGuard
impl Sync for RolesGuard
impl Unpin for RolesGuard
impl UnsafeUnpin for RolesGuard
impl UnwindSafe for RolesGuard
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