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.