Struct kawaii::config::Pretty [] [src]

pub struct Pretty(pub bool);

Trait Implementations

impl Eq for Pretty
[src]

impl PartialEq for Pretty
[src]

[src]

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

[src]

This method tests for !=.

impl Copy for Pretty
[src]

impl Clone for Pretty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pretty
[src]

[src]

Formats the value using the given formatter.

impl Key for Pretty
[src]

The value type associated with this key type.