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

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

Variants

Reader(&'static str)Builder(&'static str)OwnedClientPipeline

Trait Implementations

impl PartialEq for Leaf
[src]

fn eq(&self, __arg_0: &Leaf) -> bool

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

fn ne(&self, __arg_0: &Leaf) -> bool

This method tests for !=.

impl Clone for Leaf
[src]

fn clone(&self) -> Leaf

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

impl Copy for Leaf
[src]

impl Display for Leaf
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.