Struct languageserver_types::DeleteFile[][src]

pub struct DeleteFile {
    pub uri: String,
    pub options: Option<DeleteFileOptions>,
}

Delete file operation

Fields

The file to delete.

Delete options.

Trait Implementations

impl Debug for DeleteFile
[src]

Formats the value using the given formatter. Read more

impl Eq for DeleteFile
[src]

impl PartialEq for DeleteFile
[src]

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

This method tests for !=.

impl Clone for DeleteFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DeleteFile

impl Sync for DeleteFile