Enum languageserver_types::notification::DidOpenTextDocument [−][src]
pub enum DidOpenTextDocument {}The document open notification is sent from the client to the server to signal newly opened text documents. The document's truth is now managed by the client and the server must not try to read the document's truth using the document's uri.
Trait Implementations
impl Debug for DidOpenTextDocument[src]
impl Debug for DidOpenTextDocumentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Notification for DidOpenTextDocument[src]
impl Notification for DidOpenTextDocumenttype Params = DidOpenTextDocumentParams
const METHOD: &'static str
METHOD: &'static str = "textDocument/didOpen"
Auto Trait Implementations
impl Send for DidOpenTextDocument
impl Send for DidOpenTextDocumentimpl Sync for DidOpenTextDocument
impl Sync for DidOpenTextDocument