Enum biscuit_auth::error::LanguageError
source ·
[−]pub enum LanguageError {
ParseError(ParseErrors),
Builder {
invalid_variables: Vec<String>,
},
UnknownVariable(String),
}Variants
ParseError(ParseErrors)
Tuple Fields
0: ParseErrorsBuilder
UnknownVariable(String)
Tuple Fields
0: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LanguageError
impl Send for LanguageError
impl Sync for LanguageError
impl Unpin for LanguageError
impl UnwindSafe for LanguageError
Blanket Implementations
Mutably borrows from an owned value. Read more
