pub enum WorkspaceFoldersRequest {}
Expand description
The workspace/workspaceFolders request is sent from the server to the client to fetch the current open list of workspace folders. Returns null in the response if only a single file is open in the tool. Returns an empty array if a workspace is open but no folders are configured.
Trait Implementations§
source§impl Debug for WorkspaceFoldersRequest
impl Debug for WorkspaceFoldersRequest
Auto Trait Implementations§
impl Freeze for WorkspaceFoldersRequest
impl RefUnwindSafe for WorkspaceFoldersRequest
impl Send for WorkspaceFoldersRequest
impl Sync for WorkspaceFoldersRequest
impl Unpin for WorkspaceFoldersRequest
impl UnwindSafe for WorkspaceFoldersRequest
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