Struct aws_sdk_appintegrations::operation::update_event_integration::UpdateEventIntegrationOutput
source · #[non_exhaustive]pub struct UpdateEventIntegrationOutput { /* private fields */ }
Implementations§
source§impl UpdateEventIntegrationOutput
impl UpdateEventIntegrationOutput
sourcepub fn builder() -> UpdateEventIntegrationOutputBuilder
pub fn builder() -> UpdateEventIntegrationOutputBuilder
Creates a new builder-style object to manufacture UpdateEventIntegrationOutput
.
Trait Implementations§
source§impl Clone for UpdateEventIntegrationOutput
impl Clone for UpdateEventIntegrationOutput
source§fn clone(&self) -> UpdateEventIntegrationOutput
fn clone(&self) -> UpdateEventIntegrationOutput
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 UpdateEventIntegrationOutput
impl Debug for UpdateEventIntegrationOutput
source§impl PartialEq<UpdateEventIntegrationOutput> for UpdateEventIntegrationOutput
impl PartialEq<UpdateEventIntegrationOutput> for UpdateEventIntegrationOutput
source§fn eq(&self, other: &UpdateEventIntegrationOutput) -> bool
fn eq(&self, other: &UpdateEventIntegrationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateEventIntegrationOutput
impl RequestId for UpdateEventIntegrationOutput
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 UpdateEventIntegrationOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateEventIntegrationOutput
impl Send for UpdateEventIntegrationOutput
impl Sync for UpdateEventIntegrationOutput
impl Unpin for UpdateEventIntegrationOutput
impl UnwindSafe for UpdateEventIntegrationOutput
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