pub enum OnCompletion {
Delete,
Keep,
}Expand description
Whether to delete or keep the thread created for a stateless run. Must be one of ‘delete’ or ‘keep’.
Variants§
Trait Implementations§
Source§impl Clone for OnCompletion
impl Clone for OnCompletion
Source§fn clone(&self) -> OnCompletion
fn clone(&self) -> OnCompletion
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 OnCompletion
impl Debug for OnCompletion
Source§impl Default for OnCompletion
impl Default for OnCompletion
Source§fn default() -> OnCompletion
fn default() -> OnCompletion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OnCompletion
impl<'de> Deserialize<'de> for OnCompletion
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 Hash for OnCompletion
impl Hash for OnCompletion
Source§impl Ord for OnCompletion
impl Ord for OnCompletion
Source§fn cmp(&self, other: &OnCompletion) -> Ordering
fn cmp(&self, other: &OnCompletion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OnCompletion
impl PartialEq for OnCompletion
Source§impl PartialOrd for OnCompletion
impl PartialOrd for OnCompletion
Source§impl Serialize for OnCompletion
impl Serialize for OnCompletion
impl Copy for OnCompletion
impl Eq for OnCompletion
impl StructuralPartialEq for OnCompletion
Auto Trait Implementations§
impl Freeze for OnCompletion
impl RefUnwindSafe for OnCompletion
impl Send for OnCompletion
impl Sync for OnCompletion
impl Unpin for OnCompletion
impl UnwindSafe for OnCompletion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.