pub struct SshEnv {
pub force_askpass: bool,
}Expand description
Environment overrides for Desktop askpass (and related OpenSSH knobs).
Fields§
§force_askpass: boolWhen true, set SSH_ASKPASS_REQUIRE=force and pass through SSH_ASKPASS if set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SshEnv
impl RefUnwindSafe for SshEnv
impl Send for SshEnv
impl Sync for SshEnv
impl Unpin for SshEnv
impl UnsafeUnpin for SshEnv
impl UnwindSafe for SshEnv
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