#[non_exhaustive]pub struct ListVersionsByFunctionOutput { /* private fields */ }Implementations
sourceimpl ListVersionsByFunctionOutput
impl ListVersionsByFunctionOutput
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
The pagination token that's included if more results are available.
sourcepub fn versions(&self) -> Option<&[FunctionConfiguration]>
pub fn versions(&self) -> Option<&[FunctionConfiguration]>
A list of Lambda function versions.
sourceimpl ListVersionsByFunctionOutput
impl ListVersionsByFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVersionsByFunctionOutput.
Trait Implementations
sourceimpl Clone for ListVersionsByFunctionOutput
impl Clone for ListVersionsByFunctionOutput
sourcefn clone(&self) -> ListVersionsByFunctionOutput
fn clone(&self) -> ListVersionsByFunctionOutput
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 ListVersionsByFunctionOutput
impl Debug for ListVersionsByFunctionOutput
sourceimpl PartialEq<ListVersionsByFunctionOutput> for ListVersionsByFunctionOutput
impl PartialEq<ListVersionsByFunctionOutput> for ListVersionsByFunctionOutput
sourcefn eq(&self, other: &ListVersionsByFunctionOutput) -> bool
fn eq(&self, other: &ListVersionsByFunctionOutput) -> bool
impl StructuralPartialEq for ListVersionsByFunctionOutput
Auto Trait Implementations
impl RefUnwindSafe for ListVersionsByFunctionOutput
impl Send for ListVersionsByFunctionOutput
impl Sync for ListVersionsByFunctionOutput
impl Unpin for ListVersionsByFunctionOutput
impl UnwindSafe for ListVersionsByFunctionOutput
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