pub struct TerminalModel { /* private fields */ }Expand description
Simplified terminal model for testing.
Implementations§
Source§impl TerminalModel
impl TerminalModel
Auto Trait Implementations§
impl Freeze for TerminalModel
impl RefUnwindSafe for TerminalModel
impl Send for TerminalModel
impl Sync for TerminalModel
impl Unpin for TerminalModel
impl UnsafeUnpin for TerminalModel
impl UnwindSafe for TerminalModel
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