pub struct BriefJobStatus {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>pending- Pending *scheduled- Scheduled *running- Running *completed- Completed *errored- Errored *failed- Failed
label: Option<Label>Implementations§
Source§impl BriefJobStatus
impl BriefJobStatus
pub fn new() -> BriefJobStatus
Trait Implementations§
Source§impl Clone for BriefJobStatus
impl Clone for BriefJobStatus
Source§fn clone(&self) -> BriefJobStatus
fn clone(&self) -> BriefJobStatus
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 BriefJobStatus
impl Debug for BriefJobStatus
Source§impl Default for BriefJobStatus
impl Default for BriefJobStatus
Source§fn default() -> BriefJobStatus
fn default() -> BriefJobStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BriefJobStatus
impl<'de> Deserialize<'de> for BriefJobStatus
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 BriefJobStatus
impl PartialEq for BriefJobStatus
Source§impl Serialize for BriefJobStatus
impl Serialize for BriefJobStatus
impl StructuralPartialEq for BriefJobStatus
Auto Trait Implementations§
impl Freeze for BriefJobStatus
impl RefUnwindSafe for BriefJobStatus
impl Send for BriefJobStatus
impl Sync for BriefJobStatus
impl Unpin for BriefJobStatus
impl UnwindSafe for BriefJobStatus
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