Struct ra_ap_vfs::loader::Config[][src]

pub struct Config {
    pub version: u32,
    pub load: Vec<Entry>,
    pub watch: Vec<usize>,
}
Expand description

Handle’s configuration.

Fields

version: u32

Version number to associate progress updates to the right config version.

load: Vec<Entry>

Set of initially loaded files.

watch: Vec<usize>

Index of watched entries in load.

If a path in a watched entry is modified,the Handle should notify it.

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.