Enum ra_ap_flycheck::Message[][src]

pub enum Message {
    AddDiagnostic {
        workspace_root: PathBuf,
        diagnostic: Diagnostic,
    },
    Progress {
        id: usize,
        progress: Progress,
    },
}

Variants

AddDiagnostic

Request adding a diagnostic with fixes included to a file

Show fields

Fields of AddDiagnostic

workspace_root: PathBufdiagnostic: Diagnostic
Progress

Request check progress notification to client

Show fields

Fields of Progress

id: usize

Flycheck instance ID

progress: Progress

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.