pub enum SshSpec {
Ed25519,
Rsa,
}Expand description
Supported SSH key algorithms for fixture generation.
Variants§
Implementations§
Trait Implementations§
impl Copy for SshSpec
impl Eq for SshSpec
impl StructuralPartialEq for SshSpec
Auto Trait Implementations§
impl Freeze for SshSpec
impl RefUnwindSafe for SshSpec
impl Send for SshSpec
impl Sync for SshSpec
impl Unpin for SshSpec
impl UnsafeUnpin for SshSpec
impl UnwindSafe for SshSpec
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