Struct planus_cli::ast::StructField [−][src]
pub struct StructField {
pub span: Span,
pub ident: Identifier,
pub type_: Type,
pub assignment: Option<Literal>,
pub metadata: Vec<MetadataValue>,
}Fields
span: Spanident: Identifiertype_: Typeassignment: Option<Literal>metadata: Vec<MetadataValue>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
Blanket Implementations
Mutably borrows from an owned value. Read more
