pub struct QueryValueWriter<'a> { /* private fields */ }

Implementations

Starts a new prefix.

Writes the boolean value.

Writes a string value.

Writes a number value.

Writes a date-time value with the given format.

Starts a map.

Starts a list.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.