Struct thrussh::Channel [] [src]

pub struct Channel {
    pub confirmed: bool,
    // some fields omitted
}

The parameters of a channel.

Fields

confirmed: bool

Has the other side confirmed the channel?

Trait Implementations

impl Debug for Channel
[src]

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

Formats the value using the given formatter.