Enum rbatis_core::error::Error [−][src]
Expand description
A generic error that represents all the ways a method can fail inside of rbatis::core.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Default Error
Tuple Fields of E
0: StringTuple Fields of Deserialize
0: StringTuple Fields of Database
0: StringTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self