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]

[src]

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

impl Debug for ServiceId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ServiceId

impl Sync for ServiceId