Struct planus_cli::ast::Struct [−][src]
pub struct Struct {
pub metadata: Vec<MetadataValue>,
pub fields: IndexMap<RawIdentifier, StructField>,
}Fields
metadata: Vec<MetadataValue>fields: IndexMap<RawIdentifier, StructField>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Struct
impl UnwindSafe for Struct
Blanket Implementations
Mutably borrows from an owned value. Read more
