pub enum UnblockExecutionResult {
Unblocked,
}Variants§
Unblocked
Execution unblocked and moved to eligible.
Trait Implementations§
Source§impl Clone for UnblockExecutionResult
impl Clone for UnblockExecutionResult
Source§fn clone(&self) -> UnblockExecutionResult
fn clone(&self) -> UnblockExecutionResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnblockExecutionResult
impl Debug for UnblockExecutionResult
Source§impl<'de> Deserialize<'de> for UnblockExecutionResult
impl<'de> Deserialize<'de> for UnblockExecutionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnblockExecutionResult
impl PartialEq for UnblockExecutionResult
Source§impl Serialize for UnblockExecutionResult
impl Serialize for UnblockExecutionResult
impl Eq for UnblockExecutionResult
impl StructuralPartialEq for UnblockExecutionResult
Auto Trait Implementations§
impl Freeze for UnblockExecutionResult
impl RefUnwindSafe for UnblockExecutionResult
impl Send for UnblockExecutionResult
impl Sync for UnblockExecutionResult
impl Unpin for UnblockExecutionResult
impl UnsafeUnpin for UnblockExecutionResult
impl UnwindSafe for UnblockExecutionResult
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