pub enum CompletionState {
Waiting,
Pending,
Delivering,
Retrying,
Delivered,
Exhausted,
}Variants§
Trait Implementations§
Source§impl Clone for CompletionState
impl Clone for CompletionState
impl Copy for CompletionState
Source§impl Debug for CompletionState
impl Debug for CompletionState
Source§impl<'de> Deserialize<'de> for CompletionState
impl<'de> Deserialize<'de> for CompletionState
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 CompletionState
Source§impl PartialEq for CompletionState
impl PartialEq for CompletionState
Source§impl Serialize for CompletionState
impl Serialize for CompletionState
impl StructuralPartialEq for CompletionState
Auto Trait Implementations§
impl Freeze for CompletionState
impl RefUnwindSafe for CompletionState
impl Send for CompletionState
impl Sync for CompletionState
impl Unpin for CompletionState
impl UnsafeUnpin for CompletionState
impl UnwindSafe for CompletionState
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