Enum libssh_rs::PollStatus
source · [−]pub enum PollStatus {
AvailableBytes(u32),
EndOfFile,
}
Expand description
Indicates available data for the stdout or stderr on a Channel
.
Variants
AvailableBytes(u32)
The available bytes to read; may be 0
EndOfFile
The channel is in the EOF state
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PollStatus
impl Send for PollStatus
impl Sync for PollStatus
impl Unpin for PollStatus
impl UnwindSafe for PollStatus
Blanket Implementations
Mutably borrows from an owned value. Read more