Enum dot_parser::ast::CompassPt [−][src]
pub enum CompassPt {
N,
NE,
E,
SE,
S,
SW,
W,
NW,
C,
Underscore,
}Expand description
An enum that corresponds to the compass_pt non-terminal of the grammar.
Variants
A North orientation
A North-East orientation
An East orientation
A South-East orientation
A South orientation
A South-West orientation
A West orientation
A North-West orientation
A Central orientation
An unspecified orientation
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for CompassPt
impl UnwindSafe for CompassPt
Blanket Implementations
Mutably borrows from an owned value. Read more