Struct aws_sdk_codestar::model::ProjectSummary
source · [−]#[non_exhaustive]pub struct ProjectSummary { /* private fields */ }Expand description
Information about the metadata for a project.
Implementations
sourceimpl ProjectSummary
impl ProjectSummary
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the project.
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the project.
sourceimpl ProjectSummary
impl ProjectSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectSummary.
Trait Implementations
sourceimpl Clone for ProjectSummary
impl Clone for ProjectSummary
sourcefn clone(&self) -> ProjectSummary
fn clone(&self) -> ProjectSummary
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 ProjectSummary
impl Debug for ProjectSummary
sourceimpl PartialEq<ProjectSummary> for ProjectSummary
impl PartialEq<ProjectSummary> for ProjectSummary
sourcefn eq(&self, other: &ProjectSummary) -> bool
fn eq(&self, other: &ProjectSummary) -> bool
impl StructuralPartialEq for ProjectSummary
Auto Trait Implementations
impl RefUnwindSafe for ProjectSummary
impl Send for ProjectSummary
impl Sync for ProjectSummary
impl Unpin for ProjectSummary
impl UnwindSafe for ProjectSummary
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