Struct lib_ruby_parser_nodes::NodeField
source · pub struct NodeField {
pub snakecase_name: &'static str,
pub field_type: NodeFieldType,
pub always_print: bool,
pub comment: &'static [&'static str],
}
Fields§
§snakecase_name: &'static str
§field_type: NodeFieldType
§always_print: bool
§comment: &'static [&'static str]
Trait Implementations§
source§impl Ord for NodeField
impl Ord for NodeField
source§impl PartialEq<NodeField> for NodeField
impl PartialEq<NodeField> for NodeField
source§impl PartialOrd<NodeField> for NodeField
impl PartialOrd<NodeField> for NodeField
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more