Enum argle::Note[][src]

pub enum Note {
    DefaultValue(String),
    Dependency(String),
    Required,
}

Variants

Trait Implementations

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Note

impl Sync for Note