Actor

Type Alias Actor 

Source
pub type Actor = Actor;
👎Deprecated since 0.8.0: Please use docker_sdk::docker::Actor. This will be removed in 0.9.0.

Aliased Type§

pub struct Actor {
    pub id: String,
    pub attributes: HashMap<String, String>,
}

Fields§

§id: String§attributes: HashMap<String, String>