Enum libssh_rs_sys::ssh_requests_e [−][src]
#[repr(u32)]
pub enum ssh_requests_e {
SSH_REQUEST_AUTH,
SSH_REQUEST_CHANNEL_OPEN,
SSH_REQUEST_CHANNEL,
SSH_REQUEST_SERVICE,
SSH_REQUEST_GLOBAL,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ssh_requests_e
impl Send for ssh_requests_e
impl Sync for ssh_requests_e
impl Unpin for ssh_requests_e
impl UnwindSafe for ssh_requests_e
Blanket Implementations
Mutably borrows from an owned value. Read more