pub enum FStackAction {
RemoveDirectory(PathBuf),
RemoveFile(PathBuf),
TerminateProcess(u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for FStackAction
impl RefUnwindSafe for FStackAction
impl Send for FStackAction
impl Sync for FStackAction
impl Unpin for FStackAction
impl UnwindSafe for FStackAction
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