Enum recipe_reader::Use [] [src]

pub enum Use {
    Static,
    Dynamic,
}

Variants

Trait Implementations

impl Clone for Use
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Use
[src]

Formats the value using the given formatter.

impl PartialEq for Use
[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 Use
[src]

impl ToString for Use
[src]

Converts the given value to a String. Read more