Struct toku_protocol::frames::Push[][src]

pub struct Push {
    pub flags: u8,
    pub payload: Vec<u8>,
}

Fields

flags: u8payload: Vec<u8>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Opcode of the frame. Read more

Header size in bytes, including the payload size field. Read more

Put the header bytes into the destination buffer. Space is already reserved. Do not put the payload size, that will be handled for you based on what is returned by Frame::payload() Read more

Return the payload bytes that should be encoded. Read more

Read the payload size from the buffer. Read more

Given a buf that is a complete frame, parse and return the Frame. Read more

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.