Enum comm::network::Event
[−]
[src]
pub enum Event {
ReceivedPacket(Address, Vec<u8>),
Shutdown,
Started,
}Variants
ReceivedPacket(Address, Vec<u8>)ShutdownStarted
Trait Implementations
impl Clone for Event[src]
fn clone(&self) -> Event[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more