Struct lsp_types::DidOpenTextDocumentParams 
source · [−]pub struct DidOpenTextDocumentParams {
    pub text_document: TextDocumentItem,
}Fields
text_document: TextDocumentItemThe document that was opened.
Trait Implementations
sourceimpl Clone for DidOpenTextDocumentParams
 
impl Clone for DidOpenTextDocumentParams
sourcefn clone(&self) -> DidOpenTextDocumentParams
 
fn clone(&self) -> DidOpenTextDocumentParams
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for DidOpenTextDocumentParams
 
impl Debug for DidOpenTextDocumentParams
sourceimpl<'de> Deserialize<'de> for DidOpenTextDocumentParams
 
impl<'de> Deserialize<'de> for DidOpenTextDocumentParams
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DidOpenTextDocumentParams> for DidOpenTextDocumentParams
 
impl PartialEq<DidOpenTextDocumentParams> for DidOpenTextDocumentParams
sourcefn eq(&self, other: &DidOpenTextDocumentParams) -> bool
 
fn eq(&self, other: &DidOpenTextDocumentParams) -> bool
sourceimpl Serialize for DidOpenTextDocumentParams
 
impl Serialize for DidOpenTextDocumentParams
impl Eq for DidOpenTextDocumentParams
impl StructuralEq for DidOpenTextDocumentParams
impl StructuralPartialEq for DidOpenTextDocumentParams
Auto Trait Implementations
impl RefUnwindSafe for DidOpenTextDocumentParams
impl Send for DidOpenTextDocumentParams
impl Sync for DidOpenTextDocumentParams
impl Unpin for DidOpenTextDocumentParams
impl UnwindSafe for DidOpenTextDocumentParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more