Struct quire::validate::Mapping[][src]

pub struct Mapping<'a> { /* fields omitted */ }

Validates yaml mapping

This type has type for a key and value and also can be converted from scalar as shortcut.

Methods

impl<'a> Mapping<'a>
[src]

Trait Implementations

impl<'a> Debug for Mapping<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Validator for Mapping<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for Mapping<'a>

impl<'a> !Sync for Mapping<'a>