Struct rls_analysis::SigElement [] [src]

pub struct SigElement {
    pub id: Id,
    pub start: usize,
    pub end: usize,
}

Fields

Trait Implementations

impl Debug for SigElement
[src]

Formats the value using the given formatter.

impl Clone for SigElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more