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

Implementations

Trait Implementations

The error type that can be returned if some error occurs during deserialization. Read more
The Visitor that will be used to deserialize the content of the enum variant. Read more
variant is called to identify which variant to deserialize. Read more
variant is called to identify which variant to deserialize. Read more

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.