pub struct TerminalCaptureTool;Expand description
TerminalCaptureTool — terminal screen capture
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerminalCaptureTool
impl RefUnwindSafe for TerminalCaptureTool
impl Send for TerminalCaptureTool
impl Sync for TerminalCaptureTool
impl Unpin for TerminalCaptureTool
impl UnsafeUnpin for TerminalCaptureTool
impl UnwindSafe for TerminalCaptureTool
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