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