Enum substrait_validator::export::Format
source · [−]pub enum Format {
Diagnostics,
Html,
Proto,
}Expand description
Supported output formats for exporting.
Variants
Diagnostics
Emit a newline-separated, flattened list of diagnostics.
Html
Emit a HTML page with detailed information about the parsed plan.
Proto
Emit all parse information as a substrait.validator.Node protobuf message, using binary serialization.
Trait Implementations
impl Copy for Format
impl StructuralPartialEq for Format
Auto Trait Implementations
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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