pub enum CmdResponse {
Success,
ChangeDirTo(PathBuf),
Output(String),
}Variants§
Auto Trait Implementations§
impl Freeze for CmdResponse
impl RefUnwindSafe for CmdResponse
impl Send for CmdResponse
impl Sync for CmdResponse
impl Unpin for CmdResponse
impl UnsafeUnpin for CmdResponse
impl UnwindSafe for CmdResponse
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