Struct intelli_shell::process::EditCommandProcess
source · pub struct EditCommandProcess<'s> { /* private fields */ }Expand description
Process to edit a Command
Implementations§
source§impl<'s> EditCommandProcess<'s>
impl<'s> EditCommandProcess<'s>
pub fn new( storage: &'s SqliteStorage, command: Command, ctx: ExecutionContext ) -> Result<Self>
Trait Implementations§
source§impl<'s> Process for EditCommandProcess<'s>
impl<'s> Process for EditCommandProcess<'s>
source§fn min_height(&self) -> usize
fn min_height(&self) -> usize
Minimum height needed to render the process
source§fn render<B: Backend>(&mut self, frame: &mut Frame<'_, B>, area: Rect)
fn render<B: Backend>(&mut self, frame: &mut Frame<'_, B>, area: Rect)
Render
self in the given area from the framesource§fn process_raw_event(&mut self, event: Event) -> Result<Option<ProcessOutput>>
fn process_raw_event(&mut self, event: Event) -> Result<Option<ProcessOutput>>
Auto Trait Implementations§
impl<'s> RefUnwindSafe for EditCommandProcess<'s>
impl<'s> Send for EditCommandProcess<'s>
impl<'s> Sync for EditCommandProcess<'s>
impl<'s> Unpin for EditCommandProcess<'s>
impl<'s> UnwindSafe for EditCommandProcess<'s>
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