pub struct ParallelApiConfig {
pub product: String,
pub processor: Option<String>,
pub generator: Option<String>,
pub tier: Option<String>,
}Fields§
§product: StringPaid-pricing selectors (not in configuration_schema). Default product
search matches the catalog default tier; processor / generator /
tier select non-default products.
processor: Option<String>§generator: Option<String>§tier: Option<String>Trait Implementations§
Source§impl CatalogService for ParallelApiConfig
impl CatalogService for ParallelApiConfig
Source§impl Debug for ParallelApiConfig
impl Debug for ParallelApiConfig
Auto Trait Implementations§
impl Freeze for ParallelApiConfig
impl RefUnwindSafe for ParallelApiConfig
impl Send for ParallelApiConfig
impl Sync for ParallelApiConfig
impl Unpin for ParallelApiConfig
impl UnsafeUnpin for ParallelApiConfig
impl UnwindSafe for ParallelApiConfig
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