#[non_exhaustive]pub struct InstallToRemoteAccessSessionOutput { /* private fields */ }Expand description
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
Implementations
sourceimpl InstallToRemoteAccessSessionOutput
impl InstallToRemoteAccessSessionOutput
sourcepub fn app_upload(&self) -> Option<&Upload>
pub fn app_upload(&self) -> Option<&Upload>
An app to upload or that has been uploaded.
sourceimpl InstallToRemoteAccessSessionOutput
impl InstallToRemoteAccessSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstallToRemoteAccessSessionOutput.
Trait Implementations
sourceimpl Clone for InstallToRemoteAccessSessionOutput
impl Clone for InstallToRemoteAccessSessionOutput
sourcefn clone(&self) -> InstallToRemoteAccessSessionOutput
fn clone(&self) -> InstallToRemoteAccessSessionOutput
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 PartialEq<InstallToRemoteAccessSessionOutput> for InstallToRemoteAccessSessionOutput
impl PartialEq<InstallToRemoteAccessSessionOutput> for InstallToRemoteAccessSessionOutput
sourcefn eq(&self, other: &InstallToRemoteAccessSessionOutput) -> bool
fn eq(&self, other: &InstallToRemoteAccessSessionOutput) -> bool
impl StructuralPartialEq for InstallToRemoteAccessSessionOutput
Auto Trait Implementations
impl RefUnwindSafe for InstallToRemoteAccessSessionOutput
impl Send for InstallToRemoteAccessSessionOutput
impl Sync for InstallToRemoteAccessSessionOutput
impl Unpin for InstallToRemoteAccessSessionOutput
impl UnwindSafe for InstallToRemoteAccessSessionOutput
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