enum UnpinThreadState {
Unparked,
Parked,
}Variants§
Trait Implementations§
Source§impl Debug for UnpinThreadState
impl Debug for UnpinThreadState
Source§impl PartialEq for UnpinThreadState
impl PartialEq for UnpinThreadState
impl Eq for UnpinThreadState
impl StructuralPartialEq for UnpinThreadState
Auto Trait Implementations§
impl Freeze for UnpinThreadState
impl RefUnwindSafe for UnpinThreadState
impl Send for UnpinThreadState
impl Sync for UnpinThreadState
impl Unpin for UnpinThreadState
impl UnwindSafe for UnpinThreadState
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