Struct reproto_core::Pos [] [src]

pub struct Pos {
    pub object: Rc<Box<Object>>,
    pub start: usize,
    pub end: usize,
}

Fields

Trait Implementations

impl Clone for Pos
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pos
[src]

[src]

Formats the value using the given formatter. Read more

impl From<(Rc<Box<Object>>, usize, usize)> for Pos
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Pos

impl !Sync for Pos