Enum ruma_serde::urlencoded::ser::Error [−][src]
Expand description
Errors returned during serializing to application/x-www-form-urlencoded.
Variants
UTF-8 validation failed.
Tuple Fields of Utf8
0: Utf8ErrorSomething else.
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.
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
👎 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