Struct validators::base64::Base64[][src]

pub struct Base64 { /* fields omitted */ }

Methods

impl Base64
[src]

impl Base64
[src]

Trait Implementations

impl Clone for Base64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for Base64
[src]

impl Debug for Base64
[src]

Formats the value using the given formatter. Read more

impl Display for Base64
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Base64

impl Sync for Base64