Enum notetxt::NoteErrors [] [src]

pub enum NoteErrors {
    NoteTitleMissingError,
}

Variants

Trait Implementations

impl PartialEq for NoteErrors
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for NoteErrors
[src]

[src]

Formats the value using the given formatter.

impl Display for NoteErrors
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NoteErrors
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more