#[repr(i32)]pub enum TestGroup {
Unknown = -1,
Tests = 0,
Perfs = 1,
}Variants§
Trait Implementations§
impl Copy for TestGroup
impl Eq for TestGroup
impl StructuralPartialEq for TestGroup
Auto Trait Implementations§
impl Freeze for TestGroup
impl RefUnwindSafe for TestGroup
impl Send for TestGroup
impl Sync for TestGroup
impl Unpin for TestGroup
impl UnsafeUnpin for TestGroup
impl UnwindSafe for TestGroup
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