pub enum ThreadRef {
Index(NonZeroU8),
Inline(ThreadKoid),
}
Variants§
Index(NonZeroU8)
Inline(ThreadKoid)
Trait Implementations§
impl StructuralPartialEq for ThreadRef
Auto Trait Implementations§
impl Freeze for ThreadRef
impl RefUnwindSafe for ThreadRef
impl Send for ThreadRef
impl Sync for ThreadRef
impl Unpin for ThreadRef
impl UnwindSafe for ThreadRef
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