pub struct BatchGetApplicationsOutput {
pub applications_info: Option<Vec<ApplicationInfo>>,
}
Expand description
Represents the output of a BatchGetApplications
operation.
Fields§
§applications_info: Option<Vec<ApplicationInfo>>
Information about the applications.
Trait Implementations§
Source§impl Clone for BatchGetApplicationsOutput
impl Clone for BatchGetApplicationsOutput
Source§fn clone(&self) -> BatchGetApplicationsOutput
fn clone(&self) -> BatchGetApplicationsOutput
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 BatchGetApplicationsOutput
impl Debug for BatchGetApplicationsOutput
Source§impl Default for BatchGetApplicationsOutput
impl Default for BatchGetApplicationsOutput
Source§fn default() -> BatchGetApplicationsOutput
fn default() -> BatchGetApplicationsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchGetApplicationsOutput
impl<'de> Deserialize<'de> for BatchGetApplicationsOutput
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 BatchGetApplicationsOutput
Auto Trait Implementations§
impl Freeze for BatchGetApplicationsOutput
impl RefUnwindSafe for BatchGetApplicationsOutput
impl Send for BatchGetApplicationsOutput
impl Sync for BatchGetApplicationsOutput
impl Unpin for BatchGetApplicationsOutput
impl UnwindSafe for BatchGetApplicationsOutput
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