Struct mon::client::Client [] [src]

pub struct Client {
    pub inner: Arc<ClientInner>,
}

Fields

Methods

impl Client
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Client
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl EventRunner for Client
[src]