Enum serde_urlencoded::ser::Error [−][src]
Expand description
Errors returned during serializing to application/x-www-form-urlencoded
.
Variants
Custom(Cow<'static, str>)
Utf8(Utf8Error)
Tuple Fields
0: Utf8Error
Trait Implementations
👎 Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level cause of this error, in the case of a Utf8
error.
The lower-level source of this error, in the case of a Utf8
error.
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more