Struct actix_web::multipart::FieldChunk
[−]
[src]
pub struct FieldChunk(pub Bytes);
A field's chunk
Trait Implementations
impl PartialEq for FieldChunk[src]
fn eq(&self, __arg_0: &FieldChunk) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FieldChunk) -> bool[src]
This method tests for !=.