pub struct BenchAgenticSourceInput {
pub dataset: String,
pub profile: String,
pub catalog: Box<BenchAgenticCatalogInput>,
}Expand description
One release-qualified agentic trace source and its complete effective policy.
Fields§
§dataset: String§profile: String§catalog: Box<BenchAgenticCatalogInput>Trait Implementations§
Source§impl Clone for BenchAgenticSourceInput
impl Clone for BenchAgenticSourceInput
Source§fn clone(&self) -> BenchAgenticSourceInput
fn clone(&self) -> BenchAgenticSourceInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BenchAgenticSourceInput
impl Debug for BenchAgenticSourceInput
Source§impl<'de> Deserialize<'de> for BenchAgenticSourceInput
impl<'de> Deserialize<'de> for BenchAgenticSourceInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl JsonSchema for BenchAgenticSourceInput
impl JsonSchema for BenchAgenticSourceInput
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for BenchAgenticSourceInput
impl PartialEq for BenchAgenticSourceInput
Source§impl Serialize for BenchAgenticSourceInput
impl Serialize for BenchAgenticSourceInput
impl StructuralPartialEq for BenchAgenticSourceInput
Auto Trait Implementations§
impl Freeze for BenchAgenticSourceInput
impl RefUnwindSafe for BenchAgenticSourceInput
impl Send for BenchAgenticSourceInput
impl Sync for BenchAgenticSourceInput
impl Unpin for BenchAgenticSourceInput
impl UnsafeUnpin for BenchAgenticSourceInput
impl UnwindSafe for BenchAgenticSourceInput
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