pub struct Program<M: Model> { /* private fields */ }Expand description
The main program that runs the TUI application.
Implementationsยง
Auto Trait Implementationsยง
impl<M> Freeze for Program<M>where
M: Freeze,
impl<M> RefUnwindSafe for Program<M>where
M: RefUnwindSafe,
impl<M> Send for Program<M>where
M: Send,
impl<M> Sync for Program<M>where
M: Sync,
impl<M> Unpin for Program<M>where
M: Unpin,
impl<M> UnwindSafe for Program<M>where
M: UnwindSafe,
Blanket Implementationsยง
ยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
ยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more