Struct podman_api_stubs::models::Task [−][src]
pub struct Task {
pub endpoint_id: Option<String>,
pub endpoint_ip: Option<String>,
pub info: Option<HashMap<String, String>>,
pub name: Option<String>,
}
Expand description
Task carries the information about one backend task
Fields
endpoint_id: Option<String>
endpoint_ip: Option<String>
info: Option<HashMap<String, String>>
name: Option<String>
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Task
impl UnwindSafe for Task
Blanket Implementations
Mutably borrows from an owned value. Read more