Struct tokio::runtime::park::ParkThread
source · pub(crate) struct ParkThread {
inner: Arc<Inner>,
}
Fields§
§inner: Arc<Inner>
Implementations§
source§impl ParkThread
impl ParkThread
Trait Implementations§
source§impl Debug for ParkThread
impl Debug for ParkThread
Auto Trait Implementations§
impl Freeze for ParkThread
impl RefUnwindSafe for ParkThread
impl Send for ParkThread
impl Sync for ParkThread
impl Unpin for ParkThread
impl UnwindSafe for ParkThread
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