Struct rorschach::formatter::Structured [] [src]

pub struct Structured { /* fields omitted */ }

Structured formatter, like the ones seen in network RFCs.

Methods

impl Structured
[src]

Whether to print the header or not.

The default colors, once set it will always color the output.

Trait Implementations

impl Clone for Structured
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Structured
[src]

impl PartialEq for Structured
[src]

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

This method tests for !=.

impl Default for Structured
[src]

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

impl Debug for Structured
[src]

Formats the value using the given formatter.

impl Formatter for Structured
[src]