Enum datafusion_cli::print_options::MaxRows
source · pub enum MaxRows {
Unlimited,
Limited(usize),
}Variants§
Trait Implementations§
source§impl PartialEq for MaxRows
impl PartialEq for MaxRows
impl Copy for MaxRows
impl StructuralPartialEq for MaxRows
Auto Trait Implementations§
impl RefUnwindSafe for MaxRows
impl Send for MaxRows
impl Sync for MaxRows
impl Unpin for MaxRows
impl UnwindSafe for MaxRows
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