Struct gotham::http::request::path::RequestPathSegments [] [src]

pub struct RequestPathSegments { /* fields omitted */ }

Holder for Request URI path segments that have been split into individual segments.

Used internally by the Router when traversing its internal Tree.

Trait Implementations

impl Clone for RequestPathSegments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations