pub struct FieldParameters {
    pub optional: bool,
    pub explicit: bool,
    pub application: bool,
    pub private: bool,
    pub default_value: Option<i64>,
    pub tag: Option<i32>,
    pub string_type: i32,
    pub time_type: i32,
    pub set: bool,
    pub omit_empty: bool,
}

Fields

optional: boolexplicit: boolapplication: boolprivate: booldefault_value: Option<i64>tag: Option<i32>string_type: i32time_type: i32set: boolomit_empty: bool

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.