Struct languageserver_types::DeleteFile [−][src]
pub struct DeleteFile {
pub uri: String,
pub options: Option<DeleteFileOptions>,
}Delete file operation
Fields
uri: String
The file to delete.
options: Option<DeleteFileOptions>
Delete options.
Trait Implementations
impl Debug for DeleteFile[src]
impl Debug for DeleteFilefn 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 DeleteFile[src]
impl Eq for DeleteFileimpl PartialEq for DeleteFile[src]
impl PartialEq for DeleteFilefn eq(&self, other: &DeleteFile) -> bool[src]
fn eq(&self, other: &DeleteFile) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteFile) -> bool[src]
fn ne(&self, other: &DeleteFile) -> boolThis method tests for !=.
impl Clone for DeleteFile[src]
impl Clone for DeleteFilefn clone(&self) -> DeleteFile[src]
fn clone(&self) -> DeleteFileReturns 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 DeleteFile
impl Send for DeleteFileimpl Sync for DeleteFile
impl Sync for DeleteFile