Enum reproto_core::RpPathPart [] [src]

pub enum RpPathPart<F: 'static> where
    F: Flavor
{ Variable(RpEndpointArgument<F>), Segment(String), }

A part of a step.

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> !Send for RpPathPart<F>

impl<F> !Sync for RpPathPart<F>