Struct awmp::TextParts[][src]

pub struct TextParts(pub Vec<(String, String)>);

Methods

impl TextParts
[src]

Trait Implementations

impl Debug for TextParts
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TextParts

impl Sync for TextParts