Struct lalrpop_snap::style::Style [] [src]

pub struct Style { /* fields omitted */ }

Methods

impl Style
[src]

Attempts to apply the given style to the given terminal. If the style is not supported, either there is no effect or else a similar, substitute style may be applied.

Trait Implementations

impl Copy for Style
[src]

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Style
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Style
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Style
[src]