Struct tiny_mailcatcher::repository::Message [−][src]
pub struct Message {
pub id: Option<usize>,
pub size: usize,
pub subject: Option<String>,
pub sender: Option<String>,
pub recipients: Vec<String>,
pub created_at: DateTime<Utc>,
pub typ: String,
pub parts: Vec<MessagePart>,
pub charset: String,
pub source: Vec<u8>,
}Fields
id: Option<usize>size: usizesubject: Option<String>sender: Option<String>recipients: Vec<String>created_at: DateTime<Utc>typ: Stringparts: Vec<MessagePart>charset: Stringsource: Vec<u8>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
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
