[][src]Struct golem_rpc_api::comp::SubtaskInfo

pub struct SubtaskInfo {
    pub subtask_id: String,
    pub node_id: String,
    pub node_name: String,
    pub status: SubtaskStatus,
    pub progress: Option<f64>,
    pub time_started: Option<f64>,
    pub results: Vec<String>,
    pub stderr: Option<String>,
    pub stdout: Option<String>,
    pub extra: Map<String, Value>,
}

Fields

subtask_id: Stringnode_id: Stringnode_name: Stringstatus: SubtaskStatusprogress: Option<f64>time_started: Option<f64>results: Vec<String>stderr: Option<String>stdout: Option<String>extra: Map<String, Value>

Trait Implementations

impl Debug for SubtaskInfo[src]

impl Serialize for SubtaskInfo[src]

impl<'de> Deserialize<'de> for SubtaskInfo[src]

Auto Trait Implementations

impl Send for SubtaskInfo

impl Sync for SubtaskInfo

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self