#[repr(u32)]pub enum ssh_control_master_options_e {
SSH_CONTROL_MASTER_NO = 0,
SSH_CONTROL_MASTER_AUTO = 1,
SSH_CONTROL_MASTER_YES = 2,
SSH_CONTROL_MASTER_ASK = 3,
SSH_CONTROL_MASTER_AUTOASK = 4,
}Variants§
SSH_CONTROL_MASTER_NO = 0
SSH_CONTROL_MASTER_AUTO = 1
SSH_CONTROL_MASTER_YES = 2
SSH_CONTROL_MASTER_ASK = 3
SSH_CONTROL_MASTER_AUTOASK = 4
Trait Implementations§
Source§impl Clone for ssh_control_master_options_e
impl Clone for ssh_control_master_options_e
Source§fn clone(&self) -> ssh_control_master_options_e
fn clone(&self) -> ssh_control_master_options_e
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ssh_control_master_options_e
impl Debug for ssh_control_master_options_e
Source§impl Hash for ssh_control_master_options_e
impl Hash for ssh_control_master_options_e
Source§impl PartialEq for ssh_control_master_options_e
impl PartialEq for ssh_control_master_options_e
Source§fn eq(&self, other: &ssh_control_master_options_e) -> bool
fn eq(&self, other: &ssh_control_master_options_e) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ssh_control_master_options_e
impl Eq for ssh_control_master_options_e
impl StructuralPartialEq for ssh_control_master_options_e
Auto Trait Implementations§
impl Freeze for ssh_control_master_options_e
impl RefUnwindSafe for ssh_control_master_options_e
impl Send for ssh_control_master_options_e
impl Sync for ssh_control_master_options_e
impl Unpin for ssh_control_master_options_e
impl UnwindSafe for ssh_control_master_options_e
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more