Enum comm::network::Event [] [src]

pub enum Event {
    ReceivedPacket(AddressVec<u8>),
    Shutdown,
    Started,
}

Variants

Trait Implementations

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more