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