#[repr(i32)]pub enum ssh_publickey_state_e {
SSH_PUBLICKEY_STATE_ERROR = -1,
SSH_PUBLICKEY_STATE_NONE = 0,
SSH_PUBLICKEY_STATE_VALID = 1,
SSH_PUBLICKEY_STATE_WRONG = 2,
}Variants§
SSH_PUBLICKEY_STATE_ERROR = -1
SSH_PUBLICKEY_STATE_NONE = 0
SSH_PUBLICKEY_STATE_VALID = 1
SSH_PUBLICKEY_STATE_WRONG = 2
Trait Implementations§
Source§impl Clone for ssh_publickey_state_e
impl Clone for ssh_publickey_state_e
Source§fn clone(&self) -> ssh_publickey_state_e
fn clone(&self) -> ssh_publickey_state_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_publickey_state_e
impl Debug for ssh_publickey_state_e
Source§impl Hash for ssh_publickey_state_e
impl Hash for ssh_publickey_state_e
Source§impl PartialEq for ssh_publickey_state_e
impl PartialEq for ssh_publickey_state_e
impl Copy for ssh_publickey_state_e
impl Eq for ssh_publickey_state_e
impl StructuralPartialEq for ssh_publickey_state_e
Auto Trait Implementations§
impl Freeze for ssh_publickey_state_e
impl RefUnwindSafe for ssh_publickey_state_e
impl Send for ssh_publickey_state_e
impl Sync for ssh_publickey_state_e
impl Unpin for ssh_publickey_state_e
impl UnwindSafe for ssh_publickey_state_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