#[non_exhaustive]pub struct BatchGetApplicationsOutput { /* private fields */ }
Expand description
Represents the output of a BatchGetApplications
operation.
Implementations
sourceimpl BatchGetApplicationsOutput
impl BatchGetApplicationsOutput
sourcepub fn applications_info(&self) -> Option<&[ApplicationInfo]>
pub fn applications_info(&self) -> Option<&[ApplicationInfo]>
Information about the applications.
sourceimpl BatchGetApplicationsOutput
impl BatchGetApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetApplicationsOutput
.
Trait Implementations
sourceimpl Clone for BatchGetApplicationsOutput
impl Clone for BatchGetApplicationsOutput
sourcefn clone(&self) -> BatchGetApplicationsOutput
fn clone(&self) -> BatchGetApplicationsOutput
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 BatchGetApplicationsOutput
impl Debug for BatchGetApplicationsOutput
sourceimpl PartialEq<BatchGetApplicationsOutput> for BatchGetApplicationsOutput
impl PartialEq<BatchGetApplicationsOutput> for BatchGetApplicationsOutput
sourcefn eq(&self, other: &BatchGetApplicationsOutput) -> bool
fn eq(&self, other: &BatchGetApplicationsOutput) -> bool
impl StructuralPartialEq for BatchGetApplicationsOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetApplicationsOutput
impl Send for BatchGetApplicationsOutput
impl Sync for BatchGetApplicationsOutput
impl Unpin for BatchGetApplicationsOutput
impl UnwindSafe for BatchGetApplicationsOutput
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