Struct aws_sdk_scheduler::model::TargetSummary
source · #[non_exhaustive]pub struct TargetSummary { /* private fields */ }Expand description
The details of a target.
Implementations§
source§impl TargetSummary
impl TargetSummary
source§impl TargetSummary
impl TargetSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetSummary.
Trait Implementations§
source§impl Clone for TargetSummary
impl Clone for TargetSummary
source§fn clone(&self) -> TargetSummary
fn clone(&self) -> TargetSummary
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 TargetSummary
impl Debug for TargetSummary
source§impl PartialEq<TargetSummary> for TargetSummary
impl PartialEq<TargetSummary> for TargetSummary
source§fn eq(&self, other: &TargetSummary) -> bool
fn eq(&self, other: &TargetSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.