Struct awmp::Parts[][src]

pub struct Parts {
    pub texts: TextParts,
    pub files: FileParts,
}

Fields

Trait Implementations

impl Debug for Parts
[src]

Formats the value using the given formatter. Read more

impl<T> FromRequest<T> for Parts
[src]

Configuration for conversion process

Future that resolves to a Self

Convert request to a Self

Convert request to a Self Read more

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts