Struct lib_ruby_parser_nodes::Node [−][src]
pub struct Node { pub struct_name: String, pub str_type: String, pub filename: String, pub fields: NodeFieldList, pub comment: String, }
Fields
struct_name: String
str_type: String
filename: String
fields: NodeFieldList
comment: String
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more