logo
pub struct Delimited<D, V> { /* private fields */ }
Expand description

A MakeVisitor wrapper that wraps a visitor that writes formatted output so that a delimiter is inserted between writing formatted field values.

Implementations

Returns a new MakeVisitor implementation that wraps inner so that it will format each visited field separated by the provided delimiter.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The visitor type produced by this MakeVisitor.

Make a new visitor for the provided target.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wraps self so that any fmt::Debug fields are recorded using the alternate formatter ({:#?}). Read more

Wraps self so that any string fields named “message” are recorded using fmt::Display. Read more

Wraps self so that when fields are formatted to a writer, they are separated by the provided delimiter. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into #41263)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more