pub struct CommandService;Expand description
Service for handling LSP command execution
Implementations§
Source§impl CommandService
impl CommandService
Sourcepub fn insert_filepath_comment(file_uri: &str) -> Result<WorkspaceEdit>
pub fn insert_filepath_comment(file_uri: &str) -> Result<WorkspaceEdit>
Execute the insertFilepathComment command
Auto Trait Implementations§
impl Freeze for CommandService
impl RefUnwindSafe for CommandService
impl Send for CommandService
impl Sync for CommandService
impl Unpin for CommandService
impl UnsafeUnpin for CommandService
impl UnwindSafe for CommandService
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