pub type InsertRule = AddRule;Aliased Type§
pub struct InsertRule {
pub family: String,
pub table: String,
pub chain: String,
pub index: Option<isize>,
pub comment: Option<String>,
pub expr: Option<Vec<Statement>>,
}Fields§
§family: String§table: String§chain: String§index: Option<isize>§comment: Option<String>§expr: Option<Vec<Statement>>