Enum fluent_testing::scenarios::structs::ExceptionalContext   [−][src]
pub enum ExceptionalContext {
    None,
    ValueMissingFromResource,
    ValueMissingFromAllResources,
    OptionalResourceMissingFromLocale,
    OptionalResourceMissingFromAllLocales,
    RequiredResourceMissingFromLocale,
    RequiredResourceMissingFromAllLocales,
}Variants
None
There is no exceptional context for this query (happy path).
ValueMissingFromResource
A value is missing from a resource and should cause a fallback.
ValueMissingFromAllResources
A value is missing from all resources in all locales.
OptionalResourceMissingFromLocale
An optional resource is missing from the top locale.
OptionalResourceMissingFromAllLocales
An optional resource is missing from all locales.
RequiredResourceMissingFromLocale
A required resource is missing from the top locale.
RequiredResourceMissingFromAllLocales
A required resource is missing from all locales.
Implementations
This is a query for a value in a missing required resource.
This query should cause a format error to be appended to the errors Vec.
This query should cause a failed value lookup.
This query should result in no bundles being generated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExceptionalContext
impl Send for ExceptionalContext
impl Sync for ExceptionalContext
impl Unpin for ExceptionalContext
impl UnwindSafe for ExceptionalContext
Blanket Implementations
Mutably borrows from an owned value. Read more
