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
Auto Trait Implementations
impl RefUnwindSafe for ReadInput
impl UnwindSafe for ReadInput
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self