Struct rusoto_devicefarm::CreateRemoteAccessSessionResult[][src]

pub struct CreateRemoteAccessSessionResult {
    pub remote_access_session: Option<RemoteAccessSession>,
}

Represents the server response from a request to create a remote access session.

Fields

A container that describes the remote access session when the request to create a remote access session is sent.

Trait Implementations

impl Default for CreateRemoteAccessSessionResult
[src]

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

impl Debug for CreateRemoteAccessSessionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRemoteAccessSessionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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