Enum lithos::child_config::ChildKind [] [src]

pub enum ChildKind {
    Daemon,
    Command,
}

Variants

Trait Implementations

impl Decodable for ChildKind
[src]

Deserialize a value using a Decoder.

impl Encodable for ChildKind
[src]

Serialize a value using an Encoder.

impl Debug for ChildKind
[src]

Formats the value using the given formatter.

impl PartialEq for ChildKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ChildKind
[src]

impl Clone for ChildKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChildKind
[src]