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