#[non_exhaustive]pub struct GetDeploymentsOutput { /* private fields */ }
Implementations§
source§impl GetDeploymentsOutput
impl GetDeploymentsOutput
sourcepub fn items(&self) -> Option<&[Deployment]>
pub fn items(&self) -> Option<&[Deployment]>
The elements from this collection.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next page of elements from this collection. Not valid for the last element of the collection.
source§impl GetDeploymentsOutput
impl GetDeploymentsOutput
sourcepub fn builder() -> GetDeploymentsOutputBuilder
pub fn builder() -> GetDeploymentsOutputBuilder
Creates a new builder-style object to manufacture GetDeploymentsOutput
.
Trait Implementations§
source§impl Clone for GetDeploymentsOutput
impl Clone for GetDeploymentsOutput
source§fn clone(&self) -> GetDeploymentsOutput
fn clone(&self) -> GetDeploymentsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetDeploymentsOutput
impl Debug for GetDeploymentsOutput
source§impl PartialEq<GetDeploymentsOutput> for GetDeploymentsOutput
impl PartialEq<GetDeploymentsOutput> for GetDeploymentsOutput
source§fn eq(&self, other: &GetDeploymentsOutput) -> bool
fn eq(&self, other: &GetDeploymentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetDeploymentsOutput
impl RequestId for GetDeploymentsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetDeploymentsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetDeploymentsOutput
impl Send for GetDeploymentsOutput
impl Sync for GetDeploymentsOutput
impl Unpin for GetDeploymentsOutput
impl UnwindSafe for GetDeploymentsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more