Struct vfs::execution_scope::ActiveGuard
source · pub struct ActiveGuard(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveGuard
impl !RefUnwindSafe for ActiveGuard
impl Send for ActiveGuard
impl Sync for ActiveGuard
impl Unpin for ActiveGuard
impl !UnwindSafe for ActiveGuard
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