pub struct Echo<T: TermTransform>(/* private fields */);
Trait Implementations§
Source§impl<T: TermTransform> TermTransform for Echo<T>
impl<T: TermTransform> TermTransform for Echo<T>
fn commit<I: TermIn, O: TermOut>(self, t: &mut Terminal<I, O>) -> Result<()>
fn fullscreen(self, x: bool) -> Fullscreen<Self>
fn foreground(self, c: Colour) -> Foreground<Self>
fn background(self, c: Colour) -> Background<Self>
fn echo(self, x: bool) -> Echo<Self>
fn canon(self, x: bool) -> Canon<Self>
Auto Trait Implementations§
impl<T> Freeze for Echo<T>where
T: Freeze,
impl<T> RefUnwindSafe for Echo<T>where
T: RefUnwindSafe,
impl<T> Send for Echo<T>where
T: Send,
impl<T> Sync for Echo<T>where
T: Sync,
impl<T> Unpin for Echo<T>where
T: Unpin,
impl<T> UnwindSafe for Echo<T>where
T: 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