Struct rls_data::SpanData [−][src]
pub struct SpanData {
pub file_name: PathBuf,
pub byte_start: u32,
pub byte_end: u32,
pub line_start: Row<OneIndexed>,
pub line_end: Row<OneIndexed>,
pub column_start: Column<OneIndexed>,
pub column_end: Column<OneIndexed>,
}Fields
file_name: PathBuf
byte_start: u32
byte_end: u32
line_start: Row<OneIndexed>
line_end: Row<OneIndexed>
column_start: Column<OneIndexed>
column_end: Column<OneIndexed>
Trait Implementations
impl Decodable for SpanData[src]
impl Decodable for SpanDatafn decode<__D: Decoder>(d: &mut __D) -> Result<SpanData, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<SpanData, __D::Error>Deserialize a value using a Decoder.
impl Encodable for SpanData[src]
impl Encodable for SpanDatafn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>Serialize a value using an Encoder.
impl Debug for SpanData[src]
impl Debug for SpanDatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SpanData[src]
impl Clone for SpanData