Struct reproto_core::RpPathSpec [] [src]

pub struct RpPathSpec<F: 'static> where
    F: Flavor
{ pub steps: Vec<RpPathStep<F>>, }

A path specification.

Fields

Methods

impl<F: 'static> RpPathSpec<F> where
    F: Flavor
[src]

[src]

List all variables in the path spec.

Trait Implementations

impl<F: Debug + 'static> Debug for RpPathSpec<F> where
    F: Flavor
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Clone + 'static> Clone for RpPathSpec<F> where
    F: Flavor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: PartialEq + 'static> PartialEq for RpPathSpec<F> where
    F: Flavor
[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<F: Eq + 'static> Eq for RpPathSpec<F> where
    F: Flavor
[src]

impl<F: 'static, T> Translate<T> for RpPathSpec<F> where
    F: Flavor,
    T: Translator<Source = F>, 
[src]

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> !Send for RpPathSpec<F>

impl<F> !Sync for RpPathSpec<F>