Struct ra_ap_vfs::ChangedFile[][src]

pub struct ChangedFile {
    pub file_id: FileId,
    pub change_kind: ChangeKind,
}
Expand description

Changed file in the Vfs.

Fields

file_id: FileId

Id of the changed file

change_kind: ChangeKind

Kind of change

Implementations

Returns true if the change is not Delete.

Returns true if the change is Create or Delete.

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.