pub struct TerminalSession<W: Write> { /* private fields */ }Implementations§
Source§impl TerminalSession<BufWriter<Stdout>>
impl TerminalSession<BufWriter<Stdout>>
pub fn enter_stdout() -> Result<Self>
pub fn builder() -> TerminalSessionBuilder
Trait Implementations§
Source§impl<W: Write> Drop for TerminalSession<W>
impl<W: Write> Drop for TerminalSession<W>
Auto Trait Implementations§
impl<W> !Send for TerminalSession<W>
impl<W> !Sync for TerminalSession<W>
impl<W> Freeze for TerminalSession<W>where
W: Freeze,
impl<W> RefUnwindSafe for TerminalSession<W>where
W: RefUnwindSafe,
impl<W> Unpin for TerminalSession<W>where
W: Unpin,
impl<W> UnsafeUnpin for TerminalSession<W>where
W: UnsafeUnpin,
impl<W> UnwindSafe for TerminalSession<W>where
W: UnwindSafe,
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