Struct rusoto_xray::ServiceId[][src]

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

Fields

Trait Implementations

impl Default for ServiceId
[src]

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

impl Debug for ServiceId
[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for ServiceId