Struct tiny_mailcatcher::repository::MessagePart [−][src]
pub struct MessagePart {
pub cid: String,
pub typ: String,
pub filename: String,
pub size: usize,
pub charset: String,
pub body: Vec<u8>,
pub is_attachment: bool,
}Fields
cid: Stringtyp: Stringfilename: Stringsize: usizecharset: Stringbody: Vec<u8>is_attachment: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MessagePart
impl Send for MessagePart
impl Sync for MessagePart
impl Unpin for MessagePart
impl UnwindSafe for MessagePart
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
