#[non_exhaustive]pub struct StopRemoteAccessSessionOutput { /* private fields */ }Expand description
Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
Implementations
sourceimpl StopRemoteAccessSessionOutput
impl StopRemoteAccessSessionOutput
sourcepub fn remote_access_session(&self) -> Option<&RemoteAccessSession>
pub fn remote_access_session(&self) -> Option<&RemoteAccessSession>
A container that represents the metadata from the service about the remote access session you are stopping.
sourceimpl StopRemoteAccessSessionOutput
impl StopRemoteAccessSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRemoteAccessSessionOutput.
Trait Implementations
sourceimpl Clone for StopRemoteAccessSessionOutput
impl Clone for StopRemoteAccessSessionOutput
sourcefn clone(&self) -> StopRemoteAccessSessionOutput
fn clone(&self) -> StopRemoteAccessSessionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StopRemoteAccessSessionOutput
impl Debug for StopRemoteAccessSessionOutput
sourceimpl PartialEq<StopRemoteAccessSessionOutput> for StopRemoteAccessSessionOutput
impl PartialEq<StopRemoteAccessSessionOutput> for StopRemoteAccessSessionOutput
sourcefn eq(&self, other: &StopRemoteAccessSessionOutput) -> bool
fn eq(&self, other: &StopRemoteAccessSessionOutput) -> bool
impl StructuralPartialEq for StopRemoteAccessSessionOutput
Auto Trait Implementations
impl RefUnwindSafe for StopRemoteAccessSessionOutput
impl Send for StopRemoteAccessSessionOutput
impl Sync for StopRemoteAccessSessionOutput
impl Unpin for StopRemoteAccessSessionOutput
impl UnwindSafe for StopRemoteAccessSessionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more