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