pub struct OutputHandler { /* private fields */ }
Implementations§
Source§impl OutputHandler
impl OutputHandler
pub fn new(projects_dir: String) -> Self
pub fn up(&mut self) -> Result<usize>
pub fn down(&mut self) -> Result<usize>
pub fn show_results(&mut self, projects: Vec<String>) -> Result<usize>
pub fn get_selected(&mut self) -> Option<String>
pub fn clear_results(&mut self) -> Result<()>
Auto Trait Implementations§
impl Freeze for OutputHandler
impl RefUnwindSafe for OutputHandler
impl Send for OutputHandler
impl Sync for OutputHandler
impl Unpin for OutputHandler
impl UnwindSafe for OutputHandler
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