pub struct LargeInList {
pub max_values: usize,
}Fields§
§max_values: usizeMaximum number of values allowed in an IN list. IN lists with more values than this are flagged.
Trait Implementations§
Source§impl Default for LargeInList
impl Default for LargeInList
Source§impl Rule for LargeInList
impl Rule for LargeInList
Auto Trait Implementations§
impl Freeze for LargeInList
impl RefUnwindSafe for LargeInList
impl Send for LargeInList
impl Sync for LargeInList
impl Unpin for LargeInList
impl UnsafeUnpin for LargeInList
impl UnwindSafe for LargeInList
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