Struct aws_sdk_scheduler::types::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() -> TargetSummaryBuilder
pub fn builder() -> TargetSummaryBuilder
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 ==.impl StructuralPartialEq for TargetSummary
Auto Trait Implementations§
impl RefUnwindSafe for TargetSummary
impl Send for TargetSummary
impl Sync for TargetSummary
impl Unpin for TargetSummary
impl UnwindSafe for TargetSummary
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