Struct languageserver_types::CreateFile [−][src]
pub struct CreateFile {
pub uri: String,
pub options: Option<CreateFileOptions>,
}Create file operation
Fields
uri: String
The resource to create.
options: Option<CreateFileOptions>
Additional options
Trait Implementations
impl Debug for CreateFile[src]
impl Debug for CreateFilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CreateFile[src]
impl Eq for CreateFileimpl PartialEq for CreateFile[src]
impl PartialEq for CreateFilefn eq(&self, other: &CreateFile) -> bool[src]
fn eq(&self, other: &CreateFile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CreateFile) -> bool[src]
fn ne(&self, other: &CreateFile) -> boolThis method tests for !=.
impl Clone for CreateFile[src]
impl Clone for CreateFilefn clone(&self) -> CreateFile[src]
fn clone(&self) -> CreateFileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for CreateFile
impl Send for CreateFileimpl Sync for CreateFile
impl Sync for CreateFile