Struct lsp_types::DeleteFileOptions [−][src]
pub struct DeleteFileOptions {
pub recursive: Option<bool>,
pub ignore_if_not_exists: Option<bool>,
pub annotation_id: Option<ChangeAnnotationIdentifier>,
}Expand description
Delete file options
Fields
recursive: Option<bool>Delete the content recursively if a folder is denoted.
ignore_if_not_exists: Option<bool>Ignore the operation if the file doesn’t exist.
annotation_id: Option<ChangeAnnotationIdentifier>An optional annotation identifer describing the operation.
@since 3.16.0
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeleteFileOptionsimpl Send for DeleteFileOptionsimpl Sync for DeleteFileOptionsimpl Unpin for DeleteFileOptionsimpl UnwindSafe for DeleteFileOptionsBlanket Implementations
Mutably borrows from an owned value. Read more