#[non_exhaustive]pub struct ListApplicationsOutput { /* private fields */ }
Implementations
sourceimpl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn applications(&self) -> Option<&[ApplicationSummary]>
pub fn applications(&self) -> Option<&[ApplicationSummary]>
The output lists the specified applications.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
sourceimpl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationsOutput
.
Trait Implementations
sourceimpl Clone for ListApplicationsOutput
impl Clone for ListApplicationsOutput
sourcefn clone(&self) -> ListApplicationsOutput
fn clone(&self) -> ListApplicationsOutput
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 ListApplicationsOutput
impl Debug for ListApplicationsOutput
sourceimpl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
sourcefn eq(&self, other: &ListApplicationsOutput) -> bool
fn eq(&self, other: &ListApplicationsOutput) -> bool
impl StructuralPartialEq for ListApplicationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListApplicationsOutput
impl Send for ListApplicationsOutput
impl Sync for ListApplicationsOutput
impl Unpin for ListApplicationsOutput
impl UnwindSafe for ListApplicationsOutput
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