struct ThreadGuard {
id: Cell<usize>,
}Fields§
§id: Cell<usize>Trait Implementations§
Source§impl Drop for ThreadGuard
impl Drop for ThreadGuard
Auto Trait Implementations§
impl !Freeze for ThreadGuard
impl !RefUnwindSafe for ThreadGuard
impl Send for ThreadGuard
impl !Sync for ThreadGuard
impl Unpin for ThreadGuard
impl UnsafeUnpin for ThreadGuard
impl UnwindSafe for ThreadGuard
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