Struct artifact_app::types::FullLocs [] [src]

pub struct FullLocs {
    pub root: Option<Loc>,
    pub sublocs: HashMap<SubName, Loc>,
}

All (code) implementation locations for a SINGLE artifact.

Fields

Whether the root node is linked in code i.e #ART-foo

The sub locations that are linked in code i.e #ART-foo.subloc

Methods

impl FullLocs
[src]

[src]

Should only be used when values will be added later

[src]

Give the ratio that these locations are complete

Trait Implementations

impl Debug for FullLocs
[src]

[src]

Formats the value using the given formatter.

impl Clone for FullLocs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FullLocs
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for FullLocs
[src]

[src]

Formats the value using the given formatter. Read more