Enum sqlx_models_parser::ast::HiveIOFormat [−][src]
pub enum HiveIOFormat {
IOF {
input_format: Expr,
output_format: Expr,
},
FileFormat {
format: FileFormat,
},
}Variants
Fields of FileFormat
format: FileFormatTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HiveIOFormat
impl Send for HiveIOFormat
impl Sync for HiveIOFormat
impl Unpin for HiveIOFormat
impl UnwindSafe for HiveIOFormat
Blanket Implementations
Mutably borrows from an owned value. Read more