pub struct KeyMethod { /* private fields */ }
Expand description
Ssh key method.
Defined by MethodType
(see ssh2 docs) and the list of supported algorithms.
Implementations§
Auto Trait Implementations§
impl Freeze for KeyMethod
impl RefUnwindSafe for KeyMethod
impl Send for KeyMethod
impl Sync for KeyMethod
impl Unpin for KeyMethod
impl UnwindSafe for KeyMethod
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