Struct thrussh::SSHBuffers [] [src]

pub struct SSHBuffers {
    // some fields omitted
}

Methods

impl SSHBuffers
[src]

fn write_all<W: Write>(&mut self, stream: &mut W) -> Result<boolError>

fn cleartext_write_kex_init(&mut self, preferred: &Preferred, is_server: bool, kexinit: KexInit) -> ServerState

Trait Implementations

impl Debug for SSHBuffers
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.