Struct users::switch::SwitchUserGuard
source · [−]pub struct SwitchUserGuard { /* private fields */ }
Expand description
Guard returned from a switch_user_group
call.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SwitchUserGuard
impl Send for SwitchUserGuard
impl Sync for SwitchUserGuard
impl Unpin for SwitchUserGuard
impl UnwindSafe for SwitchUserGuard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more