pub enum ApplyStatus {
Applied,
Blocked,
Failed,
Skipped,
}Variants§
Trait Implementations§
Source§impl Clone for ApplyStatus
impl Clone for ApplyStatus
Source§fn clone(&self) -> ApplyStatus
fn clone(&self) -> ApplyStatus
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 ApplyStatus
impl Debug for ApplyStatus
Source§impl<'de> Deserialize<'de> for ApplyStatus
impl<'de> Deserialize<'de> for ApplyStatus
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 ApplyStatus
impl PartialEq for ApplyStatus
Source§impl Serialize for ApplyStatus
impl Serialize for ApplyStatus
impl Eq for ApplyStatus
impl StructuralPartialEq for ApplyStatus
Auto Trait Implementations§
impl Freeze for ApplyStatus
impl RefUnwindSafe for ApplyStatus
impl Send for ApplyStatus
impl Sync for ApplyStatus
impl Unpin for ApplyStatus
impl UnsafeUnpin for ApplyStatus
impl UnwindSafe for ApplyStatus
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