Struct argle::Notes[][src]

pub struct Notes {
    pub which_notes_to_document: WhichNotes,
    // some fields omitted
}

Fields

Methods

impl Notes
[src]

Trait Implementations

impl Clone for Notes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Notes

impl !Sync for Notes