Struct rusoto_xray::Alias[][src]

pub struct Alias {
    pub name: Option<String>,
    pub names: Option<Vec<String>>,
    pub type_: Option<String>,
}

An alias for an edge.

Fields

The canonical name of the alias.

A list of names for the alias, including the canonical name.

The type of the alias.

Trait Implementations

impl Default for Alias
[src]

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

impl Debug for Alias
[src]

Formats the value using the given formatter. Read more

impl Clone for Alias
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Alias
[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

impl Send for Alias

impl Sync for Alias