Struct rusoto_sms::Server[][src]

pub struct Server {
    pub replication_job_id: Option<String>,
    pub replication_job_terminated: Option<bool>,
    pub server_id: Option<String>,
    pub server_type: Option<String>,
    pub vm_server: Option<VmServer>,
}

Object representing a server

Fields

Trait Implementations

impl Default for Server
[src]

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

impl Debug for Server
[src]

Formats the value using the given formatter. Read more

impl Clone for Server
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Server