Struct aws_sdk_codestar::output::TagProjectOutput
source · [−]#[non_exhaustive]pub struct TagProjectOutput { /* private fields */ }Implementations
sourceimpl TagProjectOutput
impl TagProjectOutput
The tags for the project.
sourceimpl TagProjectOutput
impl TagProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagProjectOutput.
Trait Implementations
sourceimpl Clone for TagProjectOutput
impl Clone for TagProjectOutput
sourcefn clone(&self) -> TagProjectOutput
fn clone(&self) -> TagProjectOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TagProjectOutput
impl Debug for TagProjectOutput
sourceimpl PartialEq<TagProjectOutput> for TagProjectOutput
impl PartialEq<TagProjectOutput> for TagProjectOutput
sourcefn eq(&self, other: &TagProjectOutput) -> bool
fn eq(&self, other: &TagProjectOutput) -> bool
impl StructuralPartialEq for TagProjectOutput
Auto Trait Implementations
impl RefUnwindSafe for TagProjectOutput
impl Send for TagProjectOutput
impl Sync for TagProjectOutput
impl Unpin for TagProjectOutput
impl UnwindSafe for TagProjectOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more