Enum capnpc::codegen_types::Leaf [] [src]

pub enum Leaf {
    Reader(&'static str),
    Builder(&'static str),
    Owned,
    Client,
    Server,
    ServerDispatch,
    Pipeline,
}

Variants

Trait Implementations

impl Copy for Leaf
[src]

impl Clone for Leaf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Leaf
[src]

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

This method tests for !=.

impl Display for Leaf
[src]

Formats the value using the given formatter.