Struct pandoc_ast::Format [] [src]

pub struct Format(pub String);

Formats for raw blocks

Trait Implementations

impl Debug for Format
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deserialize for Format
[src]

fn deserialize<__D>(deserializer: &mut __D) -> Result<Format, __D::Error> where __D: Deserializer

Deserialize this value given this Deserializer.

impl Serialize for Format
[src]

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Serializes this value into this serializer.