Struct cdrs::frame::frame_authenticate::BodyResAuthenticate [] [src]

pub struct BodyResAuthenticate {
    pub data: CString,
}

A server authentication challenge.

Fields

Trait Implementations

impl Debug for BodyResAuthenticate
[src]

Formats the value using the given formatter.

impl FromCursor for BodyResAuthenticate
[src]

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