Struct languageserver_types::WorkspaceFolder [−][src]
Fields
uri: String
The associated URI for this workspace folder.
name: String
The name of the workspace folder. Defaults to the uri's basename.
Trait Implementations
impl Debug for WorkspaceFolder[src]
impl Debug for WorkspaceFolderfn 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 WorkspaceFolder[src]
impl Eq for WorkspaceFolderimpl PartialEq for WorkspaceFolder[src]
impl PartialEq for WorkspaceFolderfn eq(&self, other: &WorkspaceFolder) -> bool[src]
fn eq(&self, other: &WorkspaceFolder) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WorkspaceFolder) -> bool[src]
fn ne(&self, other: &WorkspaceFolder) -> boolThis method tests for !=.
impl Default for WorkspaceFolder[src]
impl Default for WorkspaceFolderfn default() -> WorkspaceFolder[src]
fn default() -> WorkspaceFolderReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for WorkspaceFolder
impl Send for WorkspaceFolderimpl Sync for WorkspaceFolder
impl Sync for WorkspaceFolder