pub struct WorkspaceCapability {
pub workspace_folders: Option<WorkspaceFolderCapability>,
}
Fields§
§workspace_folders: Option<WorkspaceFolderCapability>
The server supports workspace folder.
Trait Implementations§
Source§impl Debug for WorkspaceCapability
impl Debug for WorkspaceCapability
Source§impl Default for WorkspaceCapability
impl Default for WorkspaceCapability
Source§fn default() -> WorkspaceCapability
fn default() -> WorkspaceCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceCapability
impl<'de> Deserialize<'de> for WorkspaceCapability
Source§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
Source§impl PartialEq for WorkspaceCapability
impl PartialEq for WorkspaceCapability
Source§impl Serialize for WorkspaceCapability
impl Serialize for WorkspaceCapability
impl Eq for WorkspaceCapability
impl StructuralPartialEq for WorkspaceCapability
Auto Trait Implementations§
impl Freeze for WorkspaceCapability
impl RefUnwindSafe for WorkspaceCapability
impl Send for WorkspaceCapability
impl Sync for WorkspaceCapability
impl Unpin for WorkspaceCapability
impl UnwindSafe for WorkspaceCapability
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more