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