pub struct LinterSettings {
pub pg_version: Version,
pub assume_in_transaction: bool,
}Fields§
§pg_version: Version§assume_in_transaction: boolTrait Implementations§
Source§impl Default for LinterSettings
impl Default for LinterSettings
Source§fn default() -> LinterSettings
fn default() -> LinterSettings
Returns the “default value” for a type. Read more