Struct lsp_types::WorkspaceFolder [−][src]
Fields
uri: UrlThe associated URI for this workspace folder.
name: StringThe name of the workspace folder. Defaults to the uri’s basename.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
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 WorkspaceFolder
impl Send for WorkspaceFolder
impl Sync for WorkspaceFolder
impl Unpin for WorkspaceFolder
impl UnwindSafe for WorkspaceFolder
Blanket Implementations
Mutably borrows from an owned value. Read more