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