Struct termcodes::clear::UntilNewline[][src]

pub struct UntilNewline;

Clear from cursor to newline.

Trait Implementations

impl Copy for UntilNewline
[src]

impl Clone for UntilNewline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for UntilNewline
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations