Struct validators::base64_url::Base64Url[][src]

pub struct Base64Url { /* fields omitted */ }

Methods

impl Base64Url
[src]

impl Base64Url
[src]

Trait Implementations

impl Clone for Base64Url
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for Base64Url
[src]

impl Debug for Base64Url
[src]

Formats the value using the given formatter. Read more

impl Display for Base64Url
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Base64Url

impl Sync for Base64Url