Struct reproto_core::RpPathSpec [] [src]

pub struct RpPathSpec {
    pub steps: Vec<RpPathStep>,
}

A path specification.

Fields

Methods

impl RpPathSpec
[src]

[src]

List all variables in the path spec.

Trait Implementations

impl Debug for RpPathSpec
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpPathSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RpPathSpec
[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 Eq for RpPathSpec
[src]

Auto Trait Implementations

impl Send for RpPathSpec

impl Sync for RpPathSpec