Enum sql_from_models_parser::ast::HiveIOFormat
source · pub enum HiveIOFormat {
IOF {
input_format: Expr,
output_format: Expr,
},
FileFormat {
format: FileFormat,
},
}
Variants§
Trait Implementations§
source§impl Clone for HiveIOFormat
impl Clone for HiveIOFormat
source§fn clone(&self) -> HiveIOFormat
fn clone(&self) -> HiveIOFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HiveIOFormat
impl Debug for HiveIOFormat
source§impl Hash for HiveIOFormat
impl Hash for HiveIOFormat
source§impl PartialEq for HiveIOFormat
impl PartialEq for HiveIOFormat
source§fn eq(&self, other: &HiveIOFormat) -> bool
fn eq(&self, other: &HiveIOFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for HiveIOFormat
impl StructuralPartialEq for HiveIOFormat
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more