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