Struct ssh_parser::ssh::SshPacketDebug [] [src]

pub struct SshPacketDebug<'a> {
    pub always_display: bool,
    pub message: &'a [u8],
    pub lang: &'a [u8],
}

SSH Debug Message

Defined in RFC4253 Section 11.3.

Fields

Methods

impl<'a> SshPacketDebug<'a>
[src]

Parse Debug Message

Trait Implementations

impl<'a> Debug for SshPacketDebug<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SshPacketDebug<'a>
[src]

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

This method tests for !=.