pub enum BenchmarkDomain {
General,
Science,
Technology,
History,
Literature,
Medicine,
Law,
Finance,
Education,
News,
}Expand description
Benchmark domains
Variants§
Trait Implementations§
Source§impl Clone for BenchmarkDomain
impl Clone for BenchmarkDomain
Source§fn clone(&self) -> BenchmarkDomain
fn clone(&self) -> BenchmarkDomain
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 moreAuto Trait Implementations§
impl Freeze for BenchmarkDomain
impl RefUnwindSafe for BenchmarkDomain
impl Send for BenchmarkDomain
impl Sync for BenchmarkDomain
impl Unpin for BenchmarkDomain
impl UnwindSafe for BenchmarkDomain
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