#[non_exhaustive]pub struct ListComponentsOutput { /* private fields */ }
Implementations
sourceimpl ListComponentsOutput
impl ListComponentsOutput
sourcepub fn application_component_list(&self) -> Option<&[ApplicationComponent]>
pub fn application_component_list(&self) -> Option<&[ApplicationComponent]>
The list of application components.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to request the next page of results.
sourceimpl ListComponentsOutput
impl ListComponentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListComponentsOutput
.
Trait Implementations
sourceimpl Clone for ListComponentsOutput
impl Clone for ListComponentsOutput
sourcefn clone(&self) -> ListComponentsOutput
fn clone(&self) -> ListComponentsOutput
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 ListComponentsOutput
impl Debug for ListComponentsOutput
sourceimpl PartialEq<ListComponentsOutput> for ListComponentsOutput
impl PartialEq<ListComponentsOutput> for ListComponentsOutput
sourcefn eq(&self, other: &ListComponentsOutput) -> bool
fn eq(&self, other: &ListComponentsOutput) -> bool
impl StructuralPartialEq for ListComponentsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListComponentsOutput
impl Send for ListComponentsOutput
impl Sync for ListComponentsOutput
impl Unpin for ListComponentsOutput
impl UnwindSafe for ListComponentsOutput
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