pub enum InvocationAbort {
Cancelled,
TimedOut,
}Expand description
Reason a controlled invocation stopped before completion.
Variants§
Trait Implementations§
Source§impl Clone for InvocationAbort
impl Clone for InvocationAbort
Source§fn clone(&self) -> InvocationAbort
fn clone(&self) -> InvocationAbort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvocationAbort
Source§impl Debug for InvocationAbort
impl Debug for InvocationAbort
impl Eq for InvocationAbort
Source§impl PartialEq for InvocationAbort
impl PartialEq for InvocationAbort
impl StructuralPartialEq for InvocationAbort
Auto Trait Implementations§
impl Freeze for InvocationAbort
impl RefUnwindSafe for InvocationAbort
impl Send for InvocationAbort
impl Sync for InvocationAbort
impl Unpin for InvocationAbort
impl UnsafeUnpin for InvocationAbort
impl UnwindSafe for InvocationAbort
Blanket Implementations§
Source§impl<T> BackgroundExt for T
impl<T> BackgroundExt for T
fn background(self, task: BackgroundTask) -> Background<Self>
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