Struct rustbreak::deser::Ron[][src]

pub struct Ron;

The Struct that allows you to use ron the Rusty Object Notation

Trait Implementations

impl Debug for Ron
[src]

Formats the value using the given formatter. Read more

impl Default for Ron
[src]

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

impl Clone for Ron
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Serializes a given value to a String

Deserializes a String to a value

Auto Trait Implementations

impl Send for Ron

impl Sync for Ron