pub struct LinterSettings {
pub pg_version: Version,
pub assume_in_transaction: bool,
}
Fields§
§pg_version: Version
§assume_in_transaction: bool
Trait 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
Auto Trait Implementations§
impl Freeze for LinterSettings
impl RefUnwindSafe for LinterSettings
impl Send for LinterSettings
impl Sync for LinterSettings
impl Unpin for LinterSettings
impl UnwindSafe for LinterSettings
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