Struct termcodes::clear::AfterCursor[][src]

pub struct AfterCursor;

Clear everything after the cursor.

Trait Implementations

impl Copy for AfterCursor
[src]

impl Clone for AfterCursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for AfterCursor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AfterCursor

impl Sync for AfterCursor