Struct kailua_langsvr_protocol::Position [] [src]

pub struct Position {
    pub line: u64,
    pub character: u64,
}

Fields

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter.

impl Clone for Position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more