pub struct CaseWhenCount {
pub max_when_clauses: usize,
}Fields§
§max_when_clauses: usizeMaximum number of WHEN clauses allowed per CASE expression. CASE expressions with more branches than this are flagged.
Trait Implementations§
Source§impl Default for CaseWhenCount
impl Default for CaseWhenCount
Source§impl Rule for CaseWhenCount
impl Rule for CaseWhenCount
Auto Trait Implementations§
impl Freeze for CaseWhenCount
impl RefUnwindSafe for CaseWhenCount
impl Send for CaseWhenCount
impl Sync for CaseWhenCount
impl Unpin for CaseWhenCount
impl UnsafeUnpin for CaseWhenCount
impl UnwindSafe for CaseWhenCount
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