Struct livy_manager::config::HTTP [] [src]

pub struct HTTP {
    pub addr: String,
    pub num_threads: usize,
}

Configuration for HTTP

Fields

Trait Implementations

impl Clone for HTTP
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HTTP
[src]

[src]

Formats the value using the given formatter.