Enum libssh_rs_sys::ssh_keycmp_e
source · #[repr(u32)]pub enum ssh_keycmp_e {
SSH_KEY_CMP_PUBLIC,
SSH_KEY_CMP_PRIVATE,
}Variants§
Trait Implementations§
source§impl Clone for ssh_keycmp_e
impl Clone for ssh_keycmp_e
source§fn clone(&self) -> ssh_keycmp_e
fn clone(&self) -> ssh_keycmp_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_keycmp_e
impl Debug for ssh_keycmp_e
source§impl Hash for ssh_keycmp_e
impl Hash for ssh_keycmp_e
source§impl PartialEq<ssh_keycmp_e> for ssh_keycmp_e
impl PartialEq<ssh_keycmp_e> for ssh_keycmp_e
source§fn eq(&self, other: &ssh_keycmp_e) -> bool
fn eq(&self, other: &ssh_keycmp_e) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ssh_keycmp_e
impl Eq for ssh_keycmp_e
impl StructuralEq for ssh_keycmp_e
impl StructuralPartialEq for ssh_keycmp_e
Auto Trait Implementations§
impl RefUnwindSafe for ssh_keycmp_e
impl Send for ssh_keycmp_e
impl Sync for ssh_keycmp_e
impl Unpin for ssh_keycmp_e
impl UnwindSafe for ssh_keycmp_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