pub struct SendmailEvent {
pub timestamp: String,
pub process_id: String,
pub event_type: SendmailEventType,
}Expand description
SENDMAIL events - Sendmail compatibility interface
Fields§
§timestamp: String§process_id: String§event_type: SendmailEventTypeTrait Implementations§
Source§impl Clone for SendmailEvent
impl Clone for SendmailEvent
Source§fn clone(&self) -> SendmailEvent
fn clone(&self) -> SendmailEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendmailEvent
impl Debug for SendmailEvent
Source§impl<'de> Deserialize<'de> for SendmailEvent
impl<'de> Deserialize<'de> for SendmailEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SendmailEvent
impl Display for SendmailEvent
Source§impl PartialEq for SendmailEvent
impl PartialEq for SendmailEvent
Source§impl Serialize for SendmailEvent
impl Serialize for SendmailEvent
impl StructuralPartialEq for SendmailEvent
Auto Trait Implementations§
impl Freeze for SendmailEvent
impl RefUnwindSafe for SendmailEvent
impl Send for SendmailEvent
impl Sync for SendmailEvent
impl Unpin for SendmailEvent
impl UnwindSafe for SendmailEvent
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