pub struct TestSet<C: Context + 'static> {
pub id: i64,
pub name: Option<String>,
pub suite: Proxy<TestSuite<C>>,
}
Expand description
A set of tests from the LAVA API.
Fields§
§id: i64
§name: Option<String>
§suite: Proxy<TestSuite<C>>
Trait Implementations§
Source§impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for TestSet<C>where
A: Accessor<Context = C> + 'r,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for TestSet<C>where
A: Accessor<Context = C> + 'r,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type CellReducer = SerializerCellReducer<'a, Serializer<A>>
fn get_cell_reducer(access: A, key: &'a str) -> Self::CellReducer
Source§impl<C> BoulderBase for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C> BoulderBase for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<C> BoulderBase for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C> BoulderBase for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<C: Context + 'static> Contextual for TestSet<C>
impl<C: Context + 'static> Contextual for TestSet<C>
Source§impl<'f, C, A> FilterableWithContext<'f, A> for TestSet<C>where
A: Accessor<Context = C> + 'f,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'f, C, A> FilterableWithContext<'f, A> for TestSet<C>where
A: Accessor<Context = C> + 'f,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<'r, C, A> IntoRowWithContext<'r, A> for TestSet<C>where
A: Accessor<Context = C> + 'r,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'r, C, A> IntoRowWithContext<'r, A> for TestSet<C>where
A: Accessor<Context = C> + 'r,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Serializer = Serializer<A>
Source§fn get_serializer(access: A) -> Self::Serializer
fn get_serializer(access: A) -> Self::Serializer
accessor
is some context valueSource§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C> + Contextual<Context = C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C> + Contextual<Context = C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<TestSet<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestSet<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<C> MiniBuildableWithPersianRug<TestSet<C>, C> for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C> MiniBuildableWithPersianRug<TestSet<C>, C> for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Arc<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Arc<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Cell<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Cell<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Mutex<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Mutex<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Option<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Option<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Proxy<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Proxy<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Rc<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = Rc<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = RefCell<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<TestSet<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestSet<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>: MiniGeneratorWithPersianRug<C, Output = RefCell<BoulderExtraGenericParam>>,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl<C> MiniGeneratableWithPersianRug<TestSet<C>, C> for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C> MiniGeneratableWithPersianRug<TestSet<C>, C> for TestSet<C>where
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<TestSet<C>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator>
fn mini_generator() -> Self::Generator
Source§impl Owner<TestSet<State>> for State
impl Owner<TestSet<State>> for State
Source§fn add(&mut self, what: TestSet<State>) -> Proxy<TestSet<State>>
fn add(&mut self, what: TestSet<State>) -> Proxy<TestSet<State>>
Insert the given value, obtaining a
Proxy
for it.Source§fn get(&self, what: &Proxy<TestSet<State>>) -> &TestSet<State>
fn get(&self, what: &Proxy<TestSet<State>>) -> &TestSet<State>
Get a shared reference to a value from a
Proxy
for it.Source§fn get_mut(&mut self, what: &Proxy<TestSet<State>>) -> &mut TestSet<State>
fn get_mut(&mut self, what: &Proxy<TestSet<State>>) -> &mut TestSet<State>
Get an exclusive reference to a value from a
Proxy
for it.Source§fn get_iter(&self) -> TableIterator<'_, TestSet<State>>
fn get_iter(&self) -> TableIterator<'_, TestSet<State>>
Iterate over shared references to the stored values.
Source§fn get_iter_mut(&mut self) -> TableMutIterator<'_, TestSet<State>>
fn get_iter_mut(&mut self) -> TableMutIterator<'_, TestSet<State>>
Iterate over exclusive references to the stored values.
Source§fn get_proxy_iter(&self) -> TableProxyIterator<'_, TestSet<State>>
fn get_proxy_iter(&self) -> TableProxyIterator<'_, TestSet<State>>
Iterate over shared references to
Proxy
objects for the
stored values.Source§impl<'s, C, A> SortableWithContext<'s, A> for TestSet<C>where
A: Accessor<Context = C> + 's,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'s, C, A> SortableWithContext<'s, A> for TestSet<C>where
A: Accessor<Context = C> + 's,
C: Context + Owner<Alias<C>> + Owner<Architecture<C>> + Owner<BitWidth<C>> + Owner<Core<C>> + Owner<Device<C>> + Owner<DeviceType<C>> + Owner<Group<C>> + Owner<Job<C>> + Owner<ProcessorFamily<C>> + Owner<Tag<C>> + Owner<User<C>> + Owner<Worker<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Context + 'static,
Alias<C>: Contextual<Context = C>,
Architecture<C>: Contextual<Context = C>,
BitWidth<C>: Contextual<Context = C>,
Core<C>: Contextual<Context = C>,
Device<C>: Contextual<Context = C>,
DeviceType<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Job<C>: Contextual<Context = C>,
ProcessorFamily<C>: Contextual<Context = C>,
Tag<C>: Contextual<Context = C>,
User<C>: Contextual<Context = C>,
Worker<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Auto Trait Implementations§
impl<C> Freeze for TestSet<C>
impl<C> RefUnwindSafe for TestSet<C>where
C: RefUnwindSafe,
impl<C> Send for TestSet<C>where
C: Send,
impl<C> Sync for TestSet<C>where
C: Sync,
impl<C> Unpin for TestSet<C>where
C: Unpin,
impl<C> UnwindSafe for TestSet<C>where
C: UnwindSafe,
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