pub enum IngestFormat {
Criterion,
Hyperfine,
GoBench,
PytestBenchmark,
}Expand description
Supported ingest formats.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IngestFormat
impl Clone for IngestFormat
Source§fn clone(&self) -> IngestFormat
fn clone(&self) -> IngestFormat
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 Debug for IngestFormat
impl Debug for IngestFormat
Source§impl PartialEq for IngestFormat
impl PartialEq for IngestFormat
impl Copy for IngestFormat
impl Eq for IngestFormat
impl StructuralPartialEq for IngestFormat
Auto Trait Implementations§
impl Freeze for IngestFormat
impl RefUnwindSafe for IngestFormat
impl Send for IngestFormat
impl Sync for IngestFormat
impl Unpin for IngestFormat
impl UnsafeUnpin for IngestFormat
impl UnwindSafe for IngestFormat
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