pub struct MemoryWriteGuard<'a>(_);
Expand description

Holds the lock on write operations of a MemoryTerminal.

Trait Implementations

Returns the size of the terminal window
Presents a clear terminal screen, with cursor at first row, first column. Read more
Clears characters on the line occupied by the cursor, beginning with the cursor and ending at the end of the line. Also clears all characters on all lines after the cursor. Read more
Moves the cursor up n cells; n may be zero.
Moves the cursor down n cells; n may be zero.
Moves the cursor left n cells; n may be zero.
Moves the cursor right n cells; n may be zero.
Moves the cursor to the first column of the current line
Set the current cursor mode
Writes output to the terminal. Read more
Flushes any currently buffered output data. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.