Struct kailua_langsvr_protocol::FileEvent [] [src]

pub struct FileEvent {
    pub uri: String,
    pub type_: FileChangeType,
}

Fields

Trait Implementations

impl Debug for FileEvent
[src]

Formats the value using the given formatter.

impl Clone for FileEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more