Struct cqc::Request[][src]

pub struct Request {
    pub cqc_hdr: CqcHdr,
    pub req_cmd: Option<ReqCmd>,
}

Request

A valid CQC request will always begin with the CQC header. A command header must follow for certain message types.

Fields

Methods

impl Request
[src]

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Request
[src]

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

This method tests for !=.

impl Serialize for Request
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request