Enum shoop::ShoopMode [] [src]

pub enum ShoopMode {
    Server,
    Client,
}

Variants

ServerClient

Trait Implementations

impl Copy for ShoopMode
[src]

impl Clone for ShoopMode
[src]

fn clone(&self) -> ShoopMode

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more