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