Struct rusoto_devicefarm::GetRemoteAccessSessionResult [] [src]

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

Represents the response from the server that lists detailed information about the remote access session.

Fields

A container that lists detailed information about the remote access session.

Trait Implementations

impl Default for GetRemoteAccessSessionResult
[src]

[src]

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

impl Debug for GetRemoteAccessSessionResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRemoteAccessSessionResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations