pub struct UnsafeControlPath;Expand description
Warns when ControlPath doesn’t include the tokens needed to uniquely
identify connections. The OpenSSH man page recommends that ControlPath
include at least %h, %p, and %r (or alternatively %C).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnsafeControlPath
impl RefUnwindSafe for UnsafeControlPath
impl Send for UnsafeControlPath
impl Sync for UnsafeControlPath
impl Unpin for UnsafeControlPath
impl UnsafeUnpin for UnsafeControlPath
impl UnwindSafe for UnsafeControlPath
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