pub enum SuiteName {
Bbob,
BbobBiobj,
BbobBiobjExt,
BbobLargescale,
BbobConstrained,
BbobMixint,
BbobBiobjMixint,
Toy,
}
Variants
Bbob
BbobBiobj
BbobBiobjExt
BbobLargescale
BbobConstrained
BbobMixint
BbobBiobjMixint
Toy
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SuiteName
impl Send for SuiteName
impl Sync for SuiteName
impl Unpin for SuiteName
impl UnwindSafe for SuiteName
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