2022-09-07 09:37:22 +01:00
|
|
|
pub struct Demo(
|
|
|
|
i32,
|
|
|
|
/// field
|
|
|
|
pub i32,
|
|
|
|
#[doc(hidden)] i32,
|
|
|
|
);
|
|
|
|
|
|
|
|
// @set field = "$.index[*][?(@.docs=='field')].id"
|
|
|
|
|
2023-05-22 18:17:52 +01:00
|
|
|
// @is "$.index[*][?(@.name=='Demo')].inner.struct.kind.tuple[0]" null
|
|
|
|
// @is "$.index[*][?(@.name=='Demo')].inner.struct.kind.tuple[1]" $field
|
|
|
|
// @is "$.index[*][?(@.name=='Demo')].inner.struct.kind.tuple[2]" null
|
|
|
|
// @count "$.index[*][?(@.name=='Demo')].inner.struct.kind.tuple[*]" 3
|