Struct lava_api_mock::TestCase
source · [−]pub struct TestCase<C: Context + 'static> {
pub id: i64,
pub name: String,
pub unit: String,
pub result: PassFail,
pub measurement: Option<Decimal>,
pub metadata: Option<String>,
pub suite: Proxy<TestSuite<C>>,
pub start_log_line: Option<u32>,
pub end_log_line: Option<u32>,
pub test_set: Option<Proxy<TestSet<C>>>,
pub logged: DateTime<Utc>,
pub resource_uri: String,
}Expand description
A test from the LAVA API.
Fields
id: i64name: Stringunit: Stringresult: PassFailmeasurement: Option<Decimal>metadata: Option<String>suite: Proxy<TestSuite<C>>start_log_line: Option<u32>end_log_line: Option<u32>test_set: Option<Proxy<TestSet<C>>>logged: DateTime<Utc>resource_uri: StringTrait Implementations
sourceimpl<'r, 'a, C: Context + 'static, A> AsForeignKeyWithContext<'a, 'r, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'r, 'a, C: Context + 'static, A> AsForeignKeyWithContext<'a, 'r, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<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
sourceimpl<C: Context + 'static> BoulderBase for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C: Context + 'static> BoulderBase for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
sourceimpl<C: Context + 'static> BoulderBase for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C: Context + 'static> BoulderBase for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
sourceimpl<C: Context + 'static> Contextual for TestCase<C>
impl<C: Context + 'static> Contextual for TestCase<C>
sourceimpl<'f, C: Context + 'static, A> FilterableWithContext<'f, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'f, C: Context + 'static, A> FilterableWithContext<'f, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
sourceimpl<'r, C: Context + 'static, A> IntoRowWithContext<'r, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'r, C: Context + 'static, A> IntoRowWithContext<'r, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Serializer = Serializer<A>
sourcefn get_serializer(access: A) -> Self::Serializer
fn get_serializer(access: A) -> Self::Serializer
accessor is some context valuesourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<Arc<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<Cell<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<Mutex<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<Option<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
BoulderExtraGenericParam: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
BoulderExtraGenericParam: Contextual<Context = C>,
type Builder = Builder<Proxy<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<Rc<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<RefCell<BoulderExtraGenericParam>, C>
fn mini_builder() -> Self::Builder
sourceimpl<C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C: Context + 'static> MiniBuildableWithPersianRug<TestCase<C>, C> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Builder = Builder<TestCase<C>, C>
fn mini_builder() -> Self::Builder
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
BoulderExtraGenericParam: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>> + Owner<BoulderExtraGenericParam>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
BoulderExtraGenericParam: Contextual<Context = C>,
type Generator = Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<TestCase<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>: 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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl<C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<C: Context + 'static> MiniGeneratableWithPersianRug<TestCase<C>, C> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
type Generator = Generator<TestCase<C>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<PassFail>, GeneratorToGeneratorWithPersianRugWrapper<Option<Decimal>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>, <Proxy<TestSuite<C>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, GeneratorToGeneratorWithPersianRugWrapper<Option<u32>>, <Option<Proxy<TestSet<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<DateTime<Utc>>, GeneratorToGeneratorWithPersianRugWrapper<String>>
fn mini_generator() -> Self::Generator
sourceimpl Owner<TestCase<State>> for State
impl Owner<TestCase<State>> for State
sourcefn add(&mut self, what: TestCase<State>) -> Proxy<TestCase<State>>
fn add(&mut self, what: TestCase<State>) -> Proxy<TestCase<State>>
Insert the given value, obtaining a
Proxy for it.sourcefn get(&self, what: &Proxy<TestCase<State>>) -> &TestCase<State>
fn get(&self, what: &Proxy<TestCase<State>>) -> &TestCase<State>
Get a shared reference to a value from a
Proxy for it.sourcefn get_mut(&mut self, what: &Proxy<TestCase<State>>) -> &mut TestCase<State>
fn get_mut(&mut self, what: &Proxy<TestCase<State>>) -> &mut TestCase<State>
Get an exclusive reference to a value from a
Proxy for it. sourcefn get_iter(&self) -> TableIterator<'_, TestCase<State>>
fn get_iter(&self) -> TableIterator<'_, TestCase<State>>
Iterate over shared references to the stored values.
sourcefn get_iter_mut(&mut self) -> TableMutIterator<'_, TestCase<State>>
fn get_iter_mut(&mut self) -> TableMutIterator<'_, TestCase<State>>
Iterate over exclusive references to the stored values.
sourcefn get_proxy_iter(&self) -> TableProxyIterator<'_, TestCase<State>>
fn get_proxy_iter(&self) -> TableProxyIterator<'_, TestCase<State>>
sourceimpl<'s, C: Context + 'static, A> SortableWithContext<'s, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
impl<'s, C: Context + 'static, A> SortableWithContext<'s, A> for TestCase<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<TestCase<C>> + Owner<TestSet<C>> + Owner<TestSuite<C>>,
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>,
TestCase<C>: Contextual<Context = C>,
TestSet<C>: Contextual<Context = C>,
TestSuite<C>: Contextual<Context = C>,
Auto Trait Implementations
impl<C> RefUnwindSafe for TestCase<C>where
C: RefUnwindSafe,
impl<C> Send for TestCase<C>where
C: Send,
impl<C> Sync for TestCase<C>where
C: Sync,
impl<C> Unpin for TestCase<C>where
C: Unpin,
impl<C> UnwindSafe for TestCase<C>where
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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