Struct languageserver_types::CreateFile[][src]

pub struct CreateFile {
    pub uri: String,
    pub options: Option<CreateFileOptions>,
}

Create file operation

Fields

The resource to create.

Additional options

Trait Implementations

impl Debug for CreateFile
[src]

Formats the value using the given formatter. Read more

impl Eq for CreateFile
[src]

impl PartialEq for CreateFile
[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 CreateFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CreateFile

impl Sync for CreateFile