Struct aws_sdk_codebuild::output::UpdateWebhookOutput
source · [−]#[non_exhaustive]pub struct UpdateWebhookOutput { /* private fields */ }
Implementations
sourceimpl UpdateWebhookOutput
impl UpdateWebhookOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWebhookOutput
.
Trait Implementations
sourceimpl Clone for UpdateWebhookOutput
impl Clone for UpdateWebhookOutput
sourcefn clone(&self) -> UpdateWebhookOutput
fn clone(&self) -> UpdateWebhookOutput
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 UpdateWebhookOutput
impl Debug for UpdateWebhookOutput
sourceimpl PartialEq<UpdateWebhookOutput> for UpdateWebhookOutput
impl PartialEq<UpdateWebhookOutput> for UpdateWebhookOutput
sourcefn eq(&self, other: &UpdateWebhookOutput) -> bool
fn eq(&self, other: &UpdateWebhookOutput) -> bool
impl StructuralPartialEq for UpdateWebhookOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateWebhookOutput
impl Send for UpdateWebhookOutput
impl Sync for UpdateWebhookOutput
impl Unpin for UpdateWebhookOutput
impl UnwindSafe for UpdateWebhookOutput
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