pub enum StatusLabel {
Created,
Processing,
Completed,
Cancelled,
ErrorJobIDNotFound,
}Variants§
Trait Implementations§
Source§impl Clone for StatusLabel
impl Clone for StatusLabel
Source§fn clone(&self) -> StatusLabel
fn clone(&self) -> StatusLabel
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 StatusLabel
impl Debug for StatusLabel
Source§impl<'de> Deserialize<'de> for StatusLabel
impl<'de> Deserialize<'de> for StatusLabel
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 Display for StatusLabel
impl Display for StatusLabel
Source§impl PartialEq for StatusLabel
impl PartialEq for StatusLabel
Source§impl Serialization for StatusLabel
impl Serialization for StatusLabel
fn ser_to(&self) -> SerializedFormat
fn ser_from(content: &SerializedFormat) -> Self
Source§impl Serialize for StatusLabel
impl Serialize for StatusLabel
impl Copy for StatusLabel
impl Eq for StatusLabel
impl StructuralPartialEq for StatusLabel
Auto Trait Implementations§
impl Freeze for StatusLabel
impl RefUnwindSafe for StatusLabel
impl Send for StatusLabel
impl Sync for StatusLabel
impl Unpin for StatusLabel
impl UnwindSafe for StatusLabel
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