Struct kailua_langsvr_protocol::RenameParams [] [src]

pub struct RenameParams {
    pub textDocument: TextDocumentIdentifier,
    pub position: Position,
    pub newName: String,
}

Fields

Trait Implementations

impl Debug for RenameParams
[src]

Formats the value using the given formatter.

impl Clone for RenameParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more