Struct aws_sdk_codebuild::model::ProjectBadge
source · [−]#[non_exhaustive]pub struct ProjectBadge { /* private fields */ }
Expand description
Information about the build badge for the build project.
Implementations
sourceimpl ProjectBadge
impl ProjectBadge
sourcepub fn badge_enabled(&self) -> bool
pub fn badge_enabled(&self) -> bool
Set this to true to generate a publicly accessible URL for your project's build badge.
sourcepub fn badge_request_url(&self) -> Option<&str>
pub fn badge_request_url(&self) -> Option<&str>
The publicly-accessible URL through which you can access the build badge for your project.
sourceimpl ProjectBadge
impl ProjectBadge
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectBadge
.
Trait Implementations
sourceimpl Clone for ProjectBadge
impl Clone for ProjectBadge
sourcefn clone(&self) -> ProjectBadge
fn clone(&self) -> ProjectBadge
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 ProjectBadge
impl Debug for ProjectBadge
sourceimpl PartialEq<ProjectBadge> for ProjectBadge
impl PartialEq<ProjectBadge> for ProjectBadge
sourcefn eq(&self, other: &ProjectBadge) -> bool
fn eq(&self, other: &ProjectBadge) -> bool
impl StructuralPartialEq for ProjectBadge
Auto Trait Implementations
impl RefUnwindSafe for ProjectBadge
impl Send for ProjectBadge
impl Sync for ProjectBadge
impl Unpin for ProjectBadge
impl UnwindSafe for ProjectBadge
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