Struct rustbreak::deser::Yaml[][src]

pub struct Yaml;

The struct that allows you to use yaml

Trait Implementations

impl Debug for Yaml
[src]

Formats the value using the given formatter. Read more

impl Default for Yaml
[src]

Returns the "default value" for a type. Read more

impl Clone for Yaml
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Serialize + DeserializeOwned> DeSerializer<T> for Yaml
[src]

Serializes a given value to a String

Deserializes a String to a value

Auto Trait Implementations

impl Send for Yaml

impl Sync for Yaml