Struct rustdoc::clean::SpanUnstable [-] [+] [src]

pub struct Span {
    pub filename: String,
    pub loline: usize,
    pub locol: usize,
    pub hiline: usize,
    pub hicol: usize,
}

Fields

filename
loline
locol
hiline
hicol

Trait Implementations

Derived Implementations

impl Debug for Span

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Decodable for Span

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Span, __D>

impl Encodable for Span

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Clone for Span

fn clone(&self) -> Span

fn clone_from(&mut self, source: &Self)