Struct sqlx_models_parser::ast::Msck [−][src]
pub struct Msck {
pub table_name: ObjectName,
pub repair: bool,
pub partition_action: Option<AddDropSync>,
}Expand description
Msck (Hive)
Fields
table_name: ObjectNamerepair: boolpartition_action: Option<AddDropSync>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Msck
impl UnwindSafe for Msck
Blanket Implementations
Mutably borrows from an owned value. Read more