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
UnexpectedRootProperties(String)
UnexpectedGameInfo(String)
RepeatedMarkup(String)
MultipleMoves(String)
RepeatedIdentifier(String)
SetupAndMove(String)
KoWithoutMove(String)
MultipleMoveAnnotations(String)
UnexpectedMoveAnnotation(String)
MultipleExclusiveAnnotations(String)
InvalidProperty(String)
Trait 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