Enum kicad_parse_gen::schematic::FieldUpdate [] [src]

pub enum FieldUpdate {
    New,
    Update(String),
    Same,
}

an indication of how a component field was updated

Variants

the field is new

the field is updated from specified old value to the new one

the field already existed and is not updated

Trait Implementations

impl Into<bool> for FieldUpdate
[src]

was the field updated