Trait stix::TypedObject[][src]

pub trait TypedObject {
    const TYPE: &'static str;
}

A STIX object associated with a specific ID type.

All instances of the struct should have this as their ID.

Associated Constants

const TYPE: &'static str[src]

The kebab-case type used as the object’s ID prefix and in the type field for declarations of the object.

Examples

  • course-of-action
  • intrusion-set
Loading content...

Implementors

impl TypedObject for Location[src]

impl TypedObject for Relationship[src]

impl TypedObject for AttackPattern[src]

impl TypedObject for Campaign[src]

impl TypedObject for CourseOfAction[src]

impl TypedObject for Identity[src]

impl TypedObject for Infrastructure[src]

impl TypedObject for IntrusionSet[src]

impl TypedObject for Malware[src]

impl TypedObject for MarkingDefinition[src]

impl TypedObject for ThreatActor[src]

impl TypedObject for Tool[src]

impl TypedObject for Vulnerability[src]

impl<T> TypedObject for Bundle<T>[src]

Loading content...