struct TempShim {
path: PathBuf,
}Expand description
A generated askpass shim, removed from disk when dropped (replaces atexit).
Fields§
§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for TempShim
impl RefUnwindSafe for TempShim
impl Send for TempShim
impl Sync for TempShim
impl Unpin for TempShim
impl UnsafeUnpin for TempShim
impl UnwindSafe for TempShim
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