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