pub struct ColumnCount {
pub max_columns: usize,
}Fields§
§max_columns: usizeMaximum number of columns allowed in a single SELECT list.
Trait Implementations§
Source§impl Default for ColumnCount
impl Default for ColumnCount
Source§impl Rule for ColumnCount
impl Rule for ColumnCount
Auto Trait Implementations§
impl Freeze for ColumnCount
impl RefUnwindSafe for ColumnCount
impl Send for ColumnCount
impl Sync for ColumnCount
impl Unpin for ColumnCount
impl UnsafeUnpin for ColumnCount
impl UnwindSafe for ColumnCount
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