Struct rbatis::rbatis::RbatisOption[][src]

pub struct RbatisOption {
    pub page_plugin: Box<dyn PagePlugin>,
    pub sql_intercepts: Vec<Box<dyn SqlIntercept>>,
    pub log_plugin: Arc<Box<dyn LogPlugin>>,
    pub logic_plugin: Option<Box<dyn LogicDelete>>,
}
Expand description

Rbatis Options

Fields

page_plugin: Box<dyn PagePlugin>

page plugin

sql_intercepts: Vec<Box<dyn SqlIntercept>>

sql intercept vec chain

log_plugin: Arc<Box<dyn LogPlugin>>

log plugin

logic_plugin: Option<Box<dyn LogicDelete>>

logic delete plugin

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.