Struct reproto_core::RpPathStep [] [src]

pub struct RpPathStep {
    pub parts: Vec<RpPathPart>,
}

A step in a path specification.

Fields

Trait Implementations

impl Debug for RpPathStep
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpPathStep
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for RpPathStep

impl Sync for RpPathStep