pub struct ApplicationDependencySummary {
pub application_id: String,
pub semantic_version: String,
}Expand description
A nested application summary.
Fields§
§application_id: StringThe Amazon Resource Name (ARN) of the nested application.
semantic_version: StringThe semantic version of the nested application.
Trait Implementations§
Source§impl Clone for ApplicationDependencySummary
impl Clone for ApplicationDependencySummary
Source§fn clone(&self) -> ApplicationDependencySummary
fn clone(&self) -> ApplicationDependencySummary
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 ApplicationDependencySummary
impl Debug for ApplicationDependencySummary
Source§impl Default for ApplicationDependencySummary
impl Default for ApplicationDependencySummary
Source§fn default() -> ApplicationDependencySummary
fn default() -> ApplicationDependencySummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationDependencySummary
impl<'de> Deserialize<'de> for ApplicationDependencySummary
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
Source§impl PartialEq for ApplicationDependencySummary
impl PartialEq for ApplicationDependencySummary
Source§fn eq(&self, other: &ApplicationDependencySummary) -> bool
fn eq(&self, other: &ApplicationDependencySummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationDependencySummary
Auto Trait Implementations§
impl Freeze for ApplicationDependencySummary
impl RefUnwindSafe for ApplicationDependencySummary
impl Send for ApplicationDependencySummary
impl Sync for ApplicationDependencySummary
impl Unpin for ApplicationDependencySummary
impl UnwindSafe for ApplicationDependencySummary
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