pub enum SuiteName {
Bbob,
BbobBiobj,
BbobBiobjExt,
BbobLargescale,
BbobConstrained,
BbobMixint,
BbobBiobjMixint,
Toy,
}
Variants§
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§
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