Struct sudodb::ReadInput[][src]

pub struct ReadInput {
    pub input_type: ReadInputType,
    pub input_operation: ReadInputOperation,
    pub field_name: String,
    pub field_value: FieldValue,
    pub relation_object_type_name: String,
    pub relation_read_inputs: Vec<ReadInput>,
    pub and: Vec<ReadInput>,
    pub or: Vec<ReadInput>,
}

Fields

input_type: ReadInputTypeinput_operation: ReadInputOperationfield_name: Stringfield_value: FieldValuerelation_object_type_name: Stringrelation_read_inputs: Vec<ReadInput>and: Vec<ReadInput>or: Vec<ReadInput>

Trait Implementations

Formats the value using the given formatter. 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.

Should always be Self

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.