Struct paxos::Acceptor [] [src]

pub struct Acceptor { /* fields omitted */ }

Trait Implementations

impl Default for Acceptor
[src]

[src]

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

impl Debug for Acceptor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Acceptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Reactor for Acceptor
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Acceptor

impl Sync for Acceptor