Enum samotop::model::command::SmtpInput[][src]

pub enum SmtpInput {
    Command(usizeusizeSmtpCommand),
    Invalid(usizeusizeBytes),
    Incomplete(usizeusizeBytes),
    None(usizeusizeString),
    Connect(SmtpConnection),
    Disconnect,
    StreamStart(usize),
    StreamEnd(usize),
    StreamData(usizeusizeBytes),
}

Variants

Methods

impl SmtpInput
[src]

Trait Implementations

impl Eq for SmtpInput
[src]

impl PartialEq for SmtpInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for SmtpInput
[src]

Formats the value using the given formatter. Read more

impl Clone for SmtpInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SmtpInput

impl Sync for SmtpInput