pub enum AttemptState {
Active,
Succeeded,
Failed,
Cancelled,
Lost,
}Variants§
Trait Implementations§
Source§impl Clone for AttemptState
impl Clone for AttemptState
impl Copy for AttemptState
Source§impl Debug for AttemptState
impl Debug for AttemptState
Source§impl<'de> Deserialize<'de> for AttemptState
impl<'de> Deserialize<'de> for AttemptState
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
impl Eq for AttemptState
Source§impl PartialEq for AttemptState
impl PartialEq for AttemptState
Source§impl Serialize for AttemptState
impl Serialize for AttemptState
impl StructuralPartialEq for AttemptState
Auto Trait Implementations§
impl Freeze for AttemptState
impl RefUnwindSafe for AttemptState
impl Send for AttemptState
impl Sync for AttemptState
impl Unpin for AttemptState
impl UnsafeUnpin for AttemptState
impl UnwindSafe for AttemptState
Blanket Implementations§
impl<T> ArtifactLease for T
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