Struct reep_id_string::DefaultId [] [src]

pub struct DefaultId(_);

a default plain string id implementation

Methods

impl DefaultId
[src]

create a new DefaultId wraping given string

Trait Implementations

impl Clone for DefaultId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DefaultId
[src]

Formats the value using the given formatter.

impl PartialEq for DefaultId
[src]

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

This method tests for !=.

impl Eq for DefaultId
[src]

impl Hash for DefaultId
[src]

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

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

impl Into<String> for DefaultId
[src]

Performs the conversion.

impl ParsableId for DefaultId
[src]

create a id using the passed URL id part string if the result errs it is like if a BeforeMiddleware returned a error Read more

impl Key for DefaultId
[src]

The value type associated with this key type.

impl Id for DefaultId
[src]