Enum sgf_render::NodeDescriptionError [−][src]
pub enum NodeDescriptionError {
EmptyNodePathStep,
InvalidVariation(String),
InvalidAdvance(String),
}
Variants
InvalidVariation(String)
Tuple Fields of InvalidVariation
0: String
InvalidAdvance(String)
Tuple Fields of InvalidAdvance
0: 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 NodeDescriptionError
impl Send for NodeDescriptionError
impl Sync for NodeDescriptionError
impl Unpin for NodeDescriptionError
impl UnwindSafe for NodeDescriptionError
Blanket Implementations
Mutably borrows from an owned value. Read more