Struct reproto_core::RpPathStep [] [src]

pub struct RpPathStep<F: 'static> where
    F: Flavor
{ pub parts: Vec<RpPathPart<F>>, }

A step in a path specification.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> !Send for RpPathStep<F>

impl<F> !Sync for RpPathStep<F>