pub struct OpencodeTui { /* private fields */ }Expand description
Running OpenCode TUI process.
Implementations§
Trait Implementations§
Source§impl Debug for OpencodeTui
impl Debug for OpencodeTui
Auto Trait Implementations§
impl Freeze for OpencodeTui
impl !RefUnwindSafe for OpencodeTui
impl Send for OpencodeTui
impl Sync for OpencodeTui
impl Unpin for OpencodeTui
impl UnsafeUnpin for OpencodeTui
impl !UnwindSafe for OpencodeTui
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