Enum datafusion_cli::command::OutputFormat
source · pub enum OutputFormat {
ChangeFormat(String),
}Variants§
Implementations§
source§impl OutputFormat
impl OutputFormat
pub async fn execute(&self, print_options: &mut PrintOptions) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
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