pub struct Job<C: Context + 'static> {Show 19 fields
pub id: i64,
pub submitter: Proxy<User<C>>,
pub viewing_groups: Vec<Proxy<Group<C>>>,
pub description: String,
pub health_check: bool,
pub requested_device_type: Option<Proxy<DeviceType<C>>>,
pub tags: Vec<Proxy<Tag<C>>>,
pub actual_device: Option<Proxy<Device<C>>>,
pub submit_time: Option<DateTime<Utc>>,
pub start_time: Option<DateTime<Utc>>,
pub end_time: Option<DateTime<Utc>>,
pub state: State,
pub health: Health,
pub priority: i64,
pub definition: String,
pub original_definition: String,
pub multinode_definition: String,
pub failure_tags: Vec<Proxy<Tag<C>>>,
pub failure_comment: Option<String>,
}
Expand description
A job from the LAVA API
Fields§
§id: i64
§submitter: Proxy<User<C>>
§viewing_groups: Vec<Proxy<Group<C>>>
§description: String
§health_check: bool
§requested_device_type: Option<Proxy<DeviceType<C>>>
§actual_device: Option<Proxy<Device<C>>>
§submit_time: Option<DateTime<Utc>>
§start_time: Option<DateTime<Utc>>
§end_time: Option<DateTime<Utc>>
§state: State
§health: Health
§priority: i64
§definition: String
§original_definition: String
§multinode_definition: String
§failure_comment: Option<String>
Trait Implementations§
Source§impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for Job<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>> + 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>,
impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for Job<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>> + 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>,
type CellReducer = SerializerCellReducer<'a, Serializer<A>>
fn get_cell_reducer(access: A, key: &'a str) -> Self::CellReducer
Source§impl<C> BoulderBase for Job<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>> + 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>,
impl<C> BoulderBase for Job<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>> + 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>,
Source§impl<C> BoulderBase for Job<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>> + 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>,
impl<C> BoulderBase for Job<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>> + 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>,
Source§impl<C: Context + 'static> Contextual for Job<C>
impl<C: Context + 'static> Contextual for Job<C>
Source§impl<'f, C, A> FilterableWithContext<'f, A> for Job<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>> + 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>,
impl<'f, C, A> FilterableWithContext<'f, A> for Job<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>> + 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>,
Source§impl<'r, C, A> IntoRowWithContext<'r, A> for Job<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>> + 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>,
impl<'r, C, A> IntoRowWithContext<'r, A> for Job<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>> + 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>,
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<Job<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<C> MiniBuildableWithPersianRug<Job<C>, C> for Job<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>> + 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>,
impl<C> MiniBuildableWithPersianRug<Job<C>, C> for Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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<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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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<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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<Job<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<Job<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>> + 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>,
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<C> MiniGeneratableWithPersianRug<Job<C>, C> for Job<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>> + 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>,
impl<C> MiniGeneratableWithPersianRug<Job<C>, C> for Job<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>> + 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>,
type Generator = Generator<Job<C>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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<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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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<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>,
type Generator = Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<Job<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<Job<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<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>> + 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>,
type Generator = Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Proxy<User<C>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Group<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Group<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<bool>, <Option<Proxy<DeviceType<C>>> as GeneratableWithPersianRug<C>>::Generator, SequenceGeneratorWithPersianRug<GeneratorToGeneratorWithPersianRugWrapper<usize>, <<Vec<Proxy<Tag<C>>> as IntoIterator>::Item as GeneratableWithPersianRug<C>>::Generator, Vec<Proxy<Tag<C>>>>, <Option<Proxy<Device<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<DateTime<Utc>>>, GeneratorToGeneratorWithPersianRugWrapper<State>, GeneratorToGeneratorWithPersianRugWrapper<Health>, GeneratorToGeneratorWithPersianRugWrapper<i64>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Vec<Proxy<Tag<C>>>>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl Owner<Job<State>> for State
impl Owner<Job<State>> for State
Source§fn add(&mut self, what: Job<State>) -> Proxy<Job<State>>
fn add(&mut self, what: Job<State>) -> Proxy<Job<State>>
Insert the given value, obtaining a
Proxy
for it.Source§fn get(&self, what: &Proxy<Job<State>>) -> &Job<State>
fn get(&self, what: &Proxy<Job<State>>) -> &Job<State>
Get a shared reference to a value from a
Proxy
for it.Source§fn get_mut(&mut self, what: &Proxy<Job<State>>) -> &mut Job<State>
fn get_mut(&mut self, what: &Proxy<Job<State>>) -> &mut Job<State>
Get an exclusive reference to a value from a
Proxy
for it.Source§fn get_iter(&self) -> TableIterator<'_, Job<State>>
fn get_iter(&self) -> TableIterator<'_, Job<State>>
Iterate over shared references to the stored values.
Source§fn get_iter_mut(&mut self) -> TableMutIterator<'_, Job<State>>
fn get_iter_mut(&mut self) -> TableMutIterator<'_, Job<State>>
Iterate over exclusive references to the stored values.
Source§fn get_proxy_iter(&self) -> TableProxyIterator<'_, Job<State>>
fn get_proxy_iter(&self) -> TableProxyIterator<'_, Job<State>>
Iterate over shared references to
Proxy
objects for the
stored values.Source§impl<'s, C, A> SortableWithContext<'s, A> for Job<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>> + 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>,
impl<'s, C, A> SortableWithContext<'s, A> for Job<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>> + 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>,
Auto Trait Implementations§
impl<C> Freeze for Job<C>
impl<C> RefUnwindSafe for Job<C>where
C: RefUnwindSafe,
impl<C> Send for Job<C>where
C: Send,
impl<C> Sync for Job<C>where
C: Sync,
impl<C> Unpin for Job<C>where
C: Unpin,
impl<C> UnwindSafe for Job<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