Enum gveditor_core_api::extensions::ExtensionErrors [−][src]
pub enum ExtensionErrors {
ExtensionNotFound,
}
Expand description
Extensions errors
Variants
ExtensionNotFound
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExtensionErrors
impl Send for ExtensionErrors
impl Sync for ExtensionErrors
impl Unpin for ExtensionErrors
impl UnwindSafe for ExtensionErrors
Blanket Implementations
Mutably borrows from an owned value. Read more