Enum ssh_rs::key_pair::KeyPairType
source · pub enum KeyPairType {
SshRsa,
}
Variants
SshRsa
Auto Trait Implementations
impl RefUnwindSafe for KeyPairType
impl Send for KeyPairType
impl Sync for KeyPairType
impl Unpin for KeyPairType
impl UnwindSafe for KeyPairType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more