Enum mysql_proxy::Action [] [src]

pub enum Action {
    Forward,
    Mutate(Packet),
    Respond(Vec<Packet>),
}

Variants