Enum mysql_proxy::PacketType [] [src]

pub enum PacketType {
    ComSleep,
    ComQuit,
    ComInitDb,
    ComQuery,
    ComFieldList,
    ComCreateDb,
    ComDropDb,
    ComRefresh,
    ComShutdown,
    ComStatistics,
    ComProcessInfo,
    ComConnect,
    ComProcessKill,
    ComDebug,
    ComPing,
    ComTime,
    ComDelayedInsert,
    ComChangeUser,
    ComBinlogDump,
    ComTableDump,
    ComConnectOut,
    ComRegisterSlave,
    ComStmtPrepare,
    ComStmtExecute,
    ComStmtSendLongData,
    ComStmtClose,
    ComStmtReset,
    ComDaemon,
    ComBinlogDumpGtid,
    ComResetConnection,
}

Variants

Trait Implementations

impl Copy for PacketType
[src]

impl Clone for PacketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more