Enum languageserver_types::request::CodeLensResolve [−][src]
pub enum CodeLensResolve {}The code lens resolve request is sent from the client to the server to resolve the command for a given code lens item.
Trait Implementations
impl Debug for CodeLensResolve[src]
impl Debug for CodeLensResolvefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Request for CodeLensResolve[src]
impl Request for CodeLensResolveAuto Trait Implementations
impl Send for CodeLensResolve
impl Send for CodeLensResolveimpl Sync for CodeLensResolve
impl Sync for CodeLensResolve