Struct thrussh::Channel [] [src]

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

The parameters of a channel.

Fields

Has the other side confirmed the channel?

Trait Implementations

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel