pub struct StopArgs {
pub config_path: PathBuf,
pub cwd: Option<PathBuf>,
pub transcript_path: Option<PathBuf>,
pub hook_input: Option<String>,
pub home: Option<PathBuf>,
}Fields§
§config_path: PathBuf§cwd: Option<PathBuf>§transcript_path: Option<PathBuf>§hook_input: Option<String>§home: Option<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopArgs
impl RefUnwindSafe for StopArgs
impl Send for StopArgs
impl Sync for StopArgs
impl Unpin for StopArgs
impl UnsafeUnpin for StopArgs
impl UnwindSafe for StopArgs
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