[][src]Struct oration::config::Recipient

pub struct Recipient {
    pub email: String,
    pub name: String,
}

Details of a person to email the notifications to.

Fields

Recipient's email address.

Recipient's name.

Trait Implementations

impl Debug for Recipient
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Recipient

impl Sync for Recipient