Struct paxos::Client [] [src]

pub struct Client { /* fields omitted */ }

Methods

impl Client
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Client
[src]

[src]

Returns the "default value" for a type. Read more

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 Reactor for Client
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Client

impl Sync for Client