pub struct Deserializer<'de> { /* private fields */ }

Implementations

Start deserializing an enum. Any data contained should be deserialized next.

Start deserializing a seq. Returns the number of elements the caller should deserialize.

Start deserializing a map. Returns the number of elements (key-value pairs) the caller should deserialize.

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.