Enum jsona_openapi::error::Error [−][src]
pub enum Error { Jsona(JsonaError), InvalidAnnotation { info: String, scope: Vec<String>, position: Position, }, InvalidAst { info: String, scope: Vec<String>, position: Position, }, }
Variants
Jsona(JsonaError)
Implementations
Trait Implementations
impl<'de> Deserialize<'de> for Error
[src]
impl<'de> Deserialize<'de> for Error
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Error
impl UnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]