pub enum SshKeyType {
Ed25519,
Rsa,
}Variants§
Trait Implementations§
Source§impl Clone for SshKeyType
impl Clone for SshKeyType
Source§fn clone(&self) -> SshKeyType
fn clone(&self) -> SshKeyType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ValueEnum for SshKeyType
impl ValueEnum for SshKeyType
impl Copy for SshKeyType
Auto Trait Implementations§
impl Freeze for SshKeyType
impl RefUnwindSafe for SshKeyType
impl Send for SshKeyType
impl Sync for SshKeyType
impl Unpin for SshKeyType
impl UnsafeUnpin for SshKeyType
impl UnwindSafe for SshKeyType
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