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