pub struct Terminal<T> { /* private fields */ }
Expand description
This types allows the user to create Escape
wrappers.
Receives values from dropped Escape
instances that was created by this Terminal
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Terminal<T>
impl<T> RefUnwindSafe for Terminal<T>
impl<T> Send for Terminal<T>where
T: Send,
impl<T> Sync for Terminal<T>where
T: Send,
impl<T> Unpin for Terminal<T>where
T: Unpin,
impl<T> UnwindSafe for Terminal<T>
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