pub enum DidChangeWorkspaceFolders {}
Expand description
The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes
Trait Implementations§
source§impl Debug for DidChangeWorkspaceFolders
impl Debug for DidChangeWorkspaceFolders
Auto Trait Implementations§
impl Freeze for DidChangeWorkspaceFolders
impl RefUnwindSafe for DidChangeWorkspaceFolders
impl Send for DidChangeWorkspaceFolders
impl Sync for DidChangeWorkspaceFolders
impl Unpin for DidChangeWorkspaceFolders
impl UnwindSafe for DidChangeWorkspaceFolders
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