pub struct SshConfigParser;Expand description
Parses SSH configuration file into SshConfig.
Implementations§
Auto Trait Implementations§
impl Freeze for SshConfigParser
impl RefUnwindSafe for SshConfigParser
impl Send for SshConfigParser
impl Sync for SshConfigParser
impl Unpin for SshConfigParser
impl UnwindSafe for SshConfigParser
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