Struct kailua_langsvr_protocol::ReferenceParams [] [src]

pub struct ReferenceParams {
    pub textDocument: TextDocumentIdentifier,
    pub position: Position,
    pub context: ReferenceContext,
}

Fields

Trait Implementations

impl Debug for ReferenceParams
[src]

Formats the value using the given formatter.

impl Clone for ReferenceParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more