Struct resw::Builder[][src]

pub struct Builder<T: Write> { /* fields omitted */ }
Expand description

For building a writer when not using the default

Implementations

Set the string to separate new lines

defaults to "\n"

Set the string to separate new lines

defaults to "\n"

Sets the character to use to wrap strings in the default is to just use the quotes provided by the original text. Providing a quote character here will result in the Writer re-writing the string.

Sets the character to use to wrap strings in the default is to just use the quotes provided by the original text. Providing a quote character here will result in the Writer re-writing the string.

Sets the string to use as indentation. By default this will be set to 4 spaces.

Sets the string to use as indentation. By default this will be set to 4 spaces.

Finalize the writer with the destination.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.