#[repr(i32)]pub enum ssh_server_known_e {
SSH_SERVER_ERROR,
SSH_SERVER_NOT_KNOWN,
SSH_SERVER_KNOWN_OK,
SSH_SERVER_KNOWN_CHANGED,
SSH_SERVER_FOUND_OTHER,
SSH_SERVER_FILE_NOT_FOUND,
}Variants§
SSH_SERVER_ERROR
SSH_SERVER_NOT_KNOWN
SSH_SERVER_KNOWN_OK
SSH_SERVER_KNOWN_CHANGED
SSH_SERVER_FOUND_OTHER
SSH_SERVER_FILE_NOT_FOUND
Trait Implementations§
source§impl Clone for ssh_server_known_e
impl Clone for ssh_server_known_e
source§fn clone(&self) -> ssh_server_known_e
fn clone(&self) -> ssh_server_known_e
Returns a copy 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_server_known_e
impl Debug for ssh_server_known_e
source§impl Hash for ssh_server_known_e
impl Hash for ssh_server_known_e
source§impl PartialEq<ssh_server_known_e> for ssh_server_known_e
impl PartialEq<ssh_server_known_e> for ssh_server_known_e
source§fn eq(&self, other: &ssh_server_known_e) -> bool
fn eq(&self, other: &ssh_server_known_e) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ssh_server_known_e
impl Eq for ssh_server_known_e
impl StructuralEq for ssh_server_known_e
impl StructuralPartialEq for ssh_server_known_e
Auto Trait Implementations§
impl RefUnwindSafe for ssh_server_known_e
impl Send for ssh_server_known_e
impl Sync for ssh_server_known_e
impl Unpin for ssh_server_known_e
impl UnwindSafe for ssh_server_known_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