pub(crate) enum ProbOutputFormat {
Pretty,
Csv,
Arrow,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for ProbOutputFormat
impl Clone for ProbOutputFormat
Source§fn clone(&self) -> ProbOutputFormat
fn clone(&self) -> ProbOutputFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ValueEnum for ProbOutputFormat
impl ValueEnum for ProbOutputFormat
impl Copy for ProbOutputFormat
Auto Trait Implementations§
impl Freeze for ProbOutputFormat
impl RefUnwindSafe for ProbOutputFormat
impl Send for ProbOutputFormat
impl Sync for ProbOutputFormat
impl Unpin for ProbOutputFormat
impl UnsafeUnpin for ProbOutputFormat
impl UnwindSafe for ProbOutputFormat
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