pub enum CompilationErrorKind {
Show 58 variants
AbruptClosingOfEmptyComment,
CDataInHtmlContent,
DuplicateAttribute,
EndTagWithAttributes,
EndTagWithTrailingSolidus,
EofBeforeTagName,
EofInCdata,
EofInComment,
EofInScriptHtmlCommentLikeText,
EofInTag,
IncorrectlyClosedComment,
IncorrectlyOpenedComment,
InvalidFirstCharacterOfTagName,
MissingAttributeValue,
MissingEndTagName,
MissingWhitespaceBetweenAttributes,
NestedComment,
UnexpectedEqualsSignBeforeAttributeName,
UnexpectedCharacterInAttributeName,
UnexpectedCharacterInUnquotedAttributeValue,
UnexpectedNullCharacter,
UnexpectedQuestionMarkInsteadOfTagName,
UnexpectedSolidusInTag,
InvalidEndTag,
MissingEndTag,
MissingInterpolationEnd,
MissingDynamicDirectiveArgumentEnd,
UnexpectedContentAfterDynamicDirective,
MissingDirectiveName,
MissingDirectiveArg,
MissingDirectiveMod,
InvalidVSlotModifier,
VIfNoExpression,
VIfSameKey,
VIfDuplicateDir,
VElseNoAdjacentIf,
VForNoExpression,
VForMalformedExpression,
VForTemplateKeyPlacement,
VBindNoExpression,
VOnNoExpression,
VSlotUnexpectedDirectiveOnSlotOutlet,
VSlotMixedSlotUsage,
VSlotTemplateMisplaced,
VSlotDuplicateSlotNames,
VSlotExtraneousDefaultSlotChildren,
VSlotMisplaced,
VModelNoExpression,
VModelMalformedExpression,
VModelOnScopeVariable,
InvalidExpression,
UnexpectedDirExpression,
KeepAliveInvalidChildren,
PrefixIdNotSupported,
ModuleModeNotSupported,
CacheHandlerNotSupported,
ScopeIdNotSupported,
ExtendPoint,
}
Variants§
AbruptClosingOfEmptyComment
CDataInHtmlContent
DuplicateAttribute
EndTagWithAttributes
EndTagWithTrailingSolidus
EofBeforeTagName
EofInCdata
EofInComment
EofInScriptHtmlCommentLikeText
EofInTag
IncorrectlyClosedComment
IncorrectlyOpenedComment
InvalidFirstCharacterOfTagName
MissingAttributeValue
MissingEndTagName
MissingWhitespaceBetweenAttributes
NestedComment
UnexpectedEqualsSignBeforeAttributeName
UnexpectedCharacterInAttributeName
UnexpectedCharacterInUnquotedAttributeValue
UnexpectedNullCharacter
UnexpectedQuestionMarkInsteadOfTagName
UnexpectedSolidusInTag
InvalidEndTag
MissingEndTag
MissingInterpolationEnd
MissingDynamicDirectiveArgumentEnd
UnexpectedContentAfterDynamicDirective
MissingDirectiveName
MissingDirectiveArg
MissingDirectiveMod
InvalidVSlotModifier
VIfNoExpression
VIfSameKey
VIfDuplicateDir
VElseNoAdjacentIf
VForNoExpression
VForMalformedExpression
VForTemplateKeyPlacement
VBindNoExpression
VOnNoExpression
VSlotUnexpectedDirectiveOnSlotOutlet
VSlotMixedSlotUsage
VSlotTemplateMisplaced
VSlotDuplicateSlotNames
VSlotExtraneousDefaultSlotChildren
VSlotMisplaced
VModelNoExpression
VModelMalformedExpression
VModelOnScopeVariable
InvalidExpression
UnexpectedDirExpression
KeepAliveInvalidChildren
PrefixIdNotSupported
ModuleModeNotSupported
CacheHandlerNotSupported
ScopeIdNotSupported
ExtendPoint
Trait Implementations§
Source§impl Debug for CompilationErrorKind
impl Debug for CompilationErrorKind
Source§impl PartialEq for CompilationErrorKind
impl PartialEq for CompilationErrorKind
impl Eq for CompilationErrorKind
impl StructuralPartialEq for CompilationErrorKind
Auto Trait Implementations§
impl Freeze for CompilationErrorKind
impl RefUnwindSafe for CompilationErrorKind
impl Send for CompilationErrorKind
impl Sync for CompilationErrorKind
impl Unpin for CompilationErrorKind
impl UnwindSafe for CompilationErrorKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more