Enum sgf_parse::InvalidNodeError [−][src]
pub enum InvalidNodeError {
UnexpectedRootProperties(String),
UnexpectedGameInfo(String),
RepeatedMarkup(String),
MultipleMoves(String),
RepeatedIdentifier(String),
SetupAndMove(String),
KoWithoutMove(String),
MultipleMoveAnnotations(String),
UnexpectedMoveAnnotation(String),
MultipleExclusiveAnnotations(String),
InvalidProperty(String),
}Expand description
Err type for SgfNode::validate.
Variants
Tuple Fields of UnexpectedRootProperties
0: StringTuple Fields of UnexpectedGameInfo
0: StringTuple Fields of RepeatedMarkup
0: StringTuple Fields of MultipleMoves
0: StringTuple Fields of RepeatedIdentifier
0: StringTuple Fields of SetupAndMove
0: StringTuple Fields of KoWithoutMove
0: StringTuple Fields of MultipleMoveAnnotations
0: StringTuple Fields of UnexpectedMoveAnnotation
0: StringTuple Fields of MultipleExclusiveAnnotations
0: StringTuple Fields of InvalidProperty
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 InvalidNodeError
impl Send for InvalidNodeError
impl Sync for InvalidNodeError
impl Unpin for InvalidNodeError
impl UnwindSafe for InvalidNodeError
Blanket Implementations
Mutably borrows from an owned value. Read more