Struct regex_syntax::ast::print::PrinterBuilder[][src]

struct PrinterBuilder {
    _priv: (),
}

A builder for constructing a printer.

Note that since a printer doesn't have any configuration knobs, this type remains unexported.

Fields

Methods

impl PrinterBuilder
[src]

Trait Implementations

impl Clone for PrinterBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PrinterBuilder
[src]

Formats the value using the given formatter. Read more

impl Default for PrinterBuilder
[src]

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

Auto Trait Implementations

impl Send for PrinterBuilder

impl Sync for PrinterBuilder