Struct aws_sdk_appintegrations::operation::update_data_integration::UpdateDataIntegrationOutput
source · #[non_exhaustive]pub struct UpdateDataIntegrationOutput { /* private fields */ }
Implementations§
source§impl UpdateDataIntegrationOutput
impl UpdateDataIntegrationOutput
sourcepub fn builder() -> UpdateDataIntegrationOutputBuilder
pub fn builder() -> UpdateDataIntegrationOutputBuilder
Creates a new builder-style object to manufacture UpdateDataIntegrationOutput
.
Trait Implementations§
source§impl Clone for UpdateDataIntegrationOutput
impl Clone for UpdateDataIntegrationOutput
source§fn clone(&self) -> UpdateDataIntegrationOutput
fn clone(&self) -> UpdateDataIntegrationOutput
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 UpdateDataIntegrationOutput
impl Debug for UpdateDataIntegrationOutput
source§impl PartialEq<UpdateDataIntegrationOutput> for UpdateDataIntegrationOutput
impl PartialEq<UpdateDataIntegrationOutput> for UpdateDataIntegrationOutput
source§fn eq(&self, other: &UpdateDataIntegrationOutput) -> bool
fn eq(&self, other: &UpdateDataIntegrationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateDataIntegrationOutput
impl RequestId for UpdateDataIntegrationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateDataIntegrationOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDataIntegrationOutput
impl Send for UpdateDataIntegrationOutput
impl Sync for UpdateDataIntegrationOutput
impl Unpin for UpdateDataIntegrationOutput
impl UnwindSafe for UpdateDataIntegrationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more