Struct thruster::Response[][src]

pub struct Response {
    pub response: Vec<u8>,
    pub status_message: StatusMessage,
    pub header_raw: BytesMut,
}

Fields

response: Vec<u8>status_message: StatusMessageheader_raw: BytesMut

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

The type of encoding errors. Read more

Encodes a frame into the buffer provided. Read more

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 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.