Struct argle::WhichNotes[][src]

pub struct WhichNotes {
    pub default_value: bool,
    pub dependency: bool,
    pub required: bool,
}

Fields

Methods

impl WhichNotes
[src]

Trait Implementations

impl Clone for WhichNotes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WhichNotes
[src]

impl Default for WhichNotes
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for WhichNotes

impl Sync for WhichNotes