Struct cdrs::frame::frame_auth_challenge::BodyResAuthChallenge [] [src]

pub struct BodyResAuthChallenge {
    pub data: CBytes,
}

A server authentication challenge.

Fields

Trait Implementations

impl Debug for BodyResAuthChallenge
[src]

Formats the value using the given formatter.

impl FromCursor for BodyResAuthChallenge
[src]

It should return an implementor from an io::Cursor over an array of bytes.