#[non_exhaustive]pub struct InstallToRemoteAccessSessionInput { /* private fields */ }Expand description
Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
Implementations
sourceimpl InstallToRemoteAccessSessionInput
impl InstallToRemoteAccessSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InstallToRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InstallToRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<InstallToRemoteAccessSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstallToRemoteAccessSessionInput.
Trait Implementations
sourceimpl Clone for InstallToRemoteAccessSessionInput
impl Clone for InstallToRemoteAccessSessionInput
sourcefn clone(&self) -> InstallToRemoteAccessSessionInput
fn clone(&self) -> InstallToRemoteAccessSessionInput
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<InstallToRemoteAccessSessionInput> for InstallToRemoteAccessSessionInput
impl PartialEq<InstallToRemoteAccessSessionInput> for InstallToRemoteAccessSessionInput
sourcefn eq(&self, other: &InstallToRemoteAccessSessionInput) -> bool
fn eq(&self, other: &InstallToRemoteAccessSessionInput) -> bool
impl StructuralPartialEq for InstallToRemoteAccessSessionInput
Auto Trait Implementations
impl RefUnwindSafe for InstallToRemoteAccessSessionInput
impl Send for InstallToRemoteAccessSessionInput
impl Sync for InstallToRemoteAccessSessionInput
impl Unpin for InstallToRemoteAccessSessionInput
impl UnwindSafe for InstallToRemoteAccessSessionInput
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