pub struct BatchGetDeploymentsOutput {
pub deployments_info: Option<Vec<DeploymentInfo>>,
}
Expand description
Represents the output of a BatchGetDeployments
operation.
Fields§
§deployments_info: Option<Vec<DeploymentInfo>>
Information about the deployments.
Trait Implementations§
Source§impl Clone for BatchGetDeploymentsOutput
impl Clone for BatchGetDeploymentsOutput
Source§fn clone(&self) -> BatchGetDeploymentsOutput
fn clone(&self) -> BatchGetDeploymentsOutput
Returns a duplicate 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 BatchGetDeploymentsOutput
impl Debug for BatchGetDeploymentsOutput
Source§impl Default for BatchGetDeploymentsOutput
impl Default for BatchGetDeploymentsOutput
Source§fn default() -> BatchGetDeploymentsOutput
fn default() -> BatchGetDeploymentsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchGetDeploymentsOutput
impl<'de> Deserialize<'de> for BatchGetDeploymentsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for BatchGetDeploymentsOutput
Auto Trait Implementations§
impl Freeze for BatchGetDeploymentsOutput
impl RefUnwindSafe for BatchGetDeploymentsOutput
impl Send for BatchGetDeploymentsOutput
impl Sync for BatchGetDeploymentsOutput
impl Unpin for BatchGetDeploymentsOutput
impl UnwindSafe for BatchGetDeploymentsOutput
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