Struct mysql_proxy::Packet [] [src]

pub struct Packet {
    pub bytes: Vec<u8>,
}

A packet is just a wrapper for a Vec

Fields

Methods

impl Packet
[src]

Create an error packet

Determine the type of packet

Trait Implementations

impl Debug for Packet
[src]

Formats the value using the given formatter.

impl PartialEq for Packet
[src]

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

This method tests for !=.