pub struct MailNotifier { /* private fields */ }Expand description
This object is responsible for building the MailNotifier object
in the buildbot master config. It contains the information for
authenticating an SMTP request to send email. This information is
sensitive and should be kept separate from the master yaml file
Trait Implementations§
Source§impl Display for MailNotifier
impl Display for MailNotifier
Auto Trait Implementations§
impl Freeze for MailNotifier
impl RefUnwindSafe for MailNotifier
impl Send for MailNotifier
impl Sync for MailNotifier
impl Unpin for MailNotifier
impl UnwindSafe for MailNotifier
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more