Struct actix_web::multipart::FieldChunk [] [src]

pub struct FieldChunk(pub Bytes);

A field's chunk

Trait Implementations

impl PartialEq for FieldChunk
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for FieldChunk
[src]

[src]

Formats the value using the given formatter.