Struct actix_web::dev::Pattern [] [src]

pub struct Pattern { /* fields omitted */ }

Methods

impl Pattern
[src]

[src]

Parse path pattern and create new Pattern instance.

Panics if path pattern is wrong.

[src]

Parse path pattern and create new Pattern instance with custom prefix

[src]

Returns name of the pattern

[src]

Returns path of the pattern

[src]

[src]

[src]

Build pattern path.

Trait Implementations

impl Clone for Pattern
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Pattern
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Pattern
[src]

impl Hash for Pattern
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more