Struct rusoto_xray::ValueWithServiceIds[][src]

pub struct ValueWithServiceIds {
    pub annotation_value: Option<AnnotationValue>,
    pub service_ids: Option<Vec<ServiceId>>,
}

Information about a segment annotation.

Fields

Values of the annotation.

Services to which the annotation applies.

Trait Implementations

impl Default for ValueWithServiceIds
[src]

Returns the "default value" for a type. Read more

impl Debug for ValueWithServiceIds
[src]

Formats the value using the given formatter. Read more

impl Clone for ValueWithServiceIds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ValueWithServiceIds
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations