Struct aws_smithy_json::serialize::JsonValueWriter[][src]

pub struct JsonValueWriter<'a> { /* fields omitted */ }

Implementations

Writes a null value.

Writes the boolean value.

Writes a document value.

Writes a string value.

Writes a string value without escaping it.

Writes a number value.

Writes an Instant value with the given format.

Starts an array.

Starts an object.

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.