Struct languageserver_types::DidChangeWorkspaceFoldersParams [−][src]
pub struct DidChangeWorkspaceFoldersParams {
pub event: WorkspaceFoldersChangeEvent,
}Fields
event: WorkspaceFoldersChangeEvent
The actual workspace folder change event.
Trait Implementations
impl Debug for DidChangeWorkspaceFoldersParams[src]
impl Debug for DidChangeWorkspaceFoldersParamsfn 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 DidChangeWorkspaceFoldersParams[src]
impl Eq for DidChangeWorkspaceFoldersParamsimpl PartialEq for DidChangeWorkspaceFoldersParams[src]
impl PartialEq for DidChangeWorkspaceFoldersParamsfn eq(&self, other: &DidChangeWorkspaceFoldersParams) -> bool[src]
fn eq(&self, other: &DidChangeWorkspaceFoldersParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DidChangeWorkspaceFoldersParams) -> bool[src]
fn ne(&self, other: &DidChangeWorkspaceFoldersParams) -> boolThis method tests for !=.
impl Default for DidChangeWorkspaceFoldersParams[src]
impl Default for DidChangeWorkspaceFoldersParamsfn default() -> DidChangeWorkspaceFoldersParams[src]
fn default() -> DidChangeWorkspaceFoldersParamsReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for DidChangeWorkspaceFoldersParams
impl Send for DidChangeWorkspaceFoldersParamsimpl Sync for DidChangeWorkspaceFoldersParams
impl Sync for DidChangeWorkspaceFoldersParams