pub enum BenchRole {
Table,
Reporter,
}Expand description
The two seats a bench rendering fills.
Two rather than one, because they are two independent units: the table is cargo the carrier’s gate forwards, and the report reader is an item beside it. A rendering that produced one and not the other is caught by the seat rather than by a count.
Variants§
Table
The function carrying the stamped benchmark table.
Reporter
The typed report-reader seat beside the table.
Trait Implementations§
impl Copy for BenchRole
impl Eq for BenchRole
Source§impl Role for BenchRole
impl Role for BenchRole
Source§fn destination(self) -> Destination
fn destination(self) -> Destination
Where the unit rendered under this role lands. Read more
impl StructuralPartialEq for BenchRole
Auto Trait Implementations§
impl Freeze for BenchRole
impl RefUnwindSafe for BenchRole
impl Send for BenchRole
impl Sync for BenchRole
impl Unpin for BenchRole
impl UnsafeUnpin for BenchRole
impl UnwindSafe for BenchRole
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