Crate fidl_diagnostics_validate_deprecated_common

Source

Macros§

ActionUnknown
Pattern that matches an unknown Action member.
ValueUnknown
Pattern that matches an unknown Value member.

Structs§

CreateBytesProperty
Tells the puppet to create a property with the given byte array value.
CreateNode
Tells the puppet to create a Node with the given name, parentage, and ID (the id is specified so other nodes can later be created under it).
CreateNumericProperty
Tells the puppet to create a property with the given numeric value.
DeleteNode
Tells the puppet to delete the given node.
InitializationParams
InitializationParams tells how to initialize the Inspect library.
InspectPuppetActRequest
InspectPuppetActResponse
InspectPuppetInitializeRequest
InspectPuppetPublishResponse

Enums§

Action
Tells the puppet to do something to modify the VMO.
DiffType
Indicate the preferred DiffType on failed tests.
TestResult
TestResult tells the result of executing an Initialize or Act command.
Value