Struct mesos::executor_client::ExecutorClient [] [src]

pub struct ExecutorClient {
    pub url: String,
    pub framework_id: Arc<Mutex<Option<FrameworkID>>>,
    pub executor_id: Arc<Mutex<Option<ExecutorID>>>,
}

Fields

url: String framework_id: Arc<Mutex<Option<FrameworkID>>> executor_id: Arc<Mutex<Option<ExecutorID>>>

Trait Implementations

impl Clone for ExecutorClient
[src]

fn clone(&self) -> ExecutorClient

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more