Enum datafusion_cli::command::OutputFormat
source · [−]pub enum OutputFormat {
ChangeFormat(String),
}
Variants
ChangeFormat(String)
Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more