Struct validators::short_crypt_url_component::ShortCryptUrlComponent[][src]

pub struct ShortCryptUrlComponent { /* fields omitted */ }

Methods

impl ShortCryptUrlComponent
[src]

impl ShortCryptUrlComponent
[src]

Trait Implementations

impl Clone for ShortCryptUrlComponent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for ShortCryptUrlComponent
[src]

impl Debug for ShortCryptUrlComponent
[src]

Formats the value using the given formatter. Read more

impl Display for ShortCryptUrlComponent
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ShortCryptUrlComponent
[src]

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

This method tests for !=.

impl ValidatedWrapper for ShortCryptUrlComponent
[src]

Auto Trait Implementations