Struct quire::validate::Anything[][src]

pub struct Anything;

Skips the validation of this value

It's useful to accept any value (of any type) at some place, or to rely on Deserialize::deserialize for doing validation.

Trait Implementations

impl Debug for Anything
[src]

Formats the value using the given formatter. Read more

impl Validator for Anything
[src]

Auto Trait Implementations

impl Send for Anything

impl Sync for Anything