Struct dxf::objects::Field [] [src]

pub struct Field {
    pub evaluator_id: String,
    pub field_code_string: String,
    pub field_code_string_overflow: String,
    pub evaluation_error_message: String,
    pub child_fields: Vec<u32>,
    pub evaluation_option: i32,
    pub filling_option: i32,
    pub field_state: i32,
    pub evaluation_status: i32,
    pub evaluation_error_code: i32,
    pub objects: Vec<u32>,
    pub field_data_keys: Vec<String>,
    pub evaluated_cache_key: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Field
[src]

Formats the value using the given formatter.

impl PartialEq for Field
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Field
[src]

Returns the "default value" for a type. Read more