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

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

Fields

filename
loline
locol
hiline
hicol

Trait Implementations

Derived Implementations

impl Show for Span

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

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Span

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

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Span

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

impl Clone for Span

fn clone(&self) -> Span

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