Struct aws_sdk_iot::types::OpenSearchAction
source · #[non_exhaustive]pub struct OpenSearchAction { /* private fields */ }
Expand description
Describes an action that writes data to an Amazon OpenSearch Service domain.
Implementations§
source§impl OpenSearchAction
impl OpenSearchAction
sourcepub fn builder() -> OpenSearchActionBuilder
pub fn builder() -> OpenSearchActionBuilder
Creates a new builder-style object to manufacture OpenSearchAction
.
Trait Implementations§
source§impl Clone for OpenSearchAction
impl Clone for OpenSearchAction
source§fn clone(&self) -> OpenSearchAction
fn clone(&self) -> OpenSearchAction
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 OpenSearchAction
impl Debug for OpenSearchAction
source§impl PartialEq<OpenSearchAction> for OpenSearchAction
impl PartialEq<OpenSearchAction> for OpenSearchAction
source§fn eq(&self, other: &OpenSearchAction) -> bool
fn eq(&self, other: &OpenSearchAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpenSearchAction
Auto Trait Implementations§
impl RefUnwindSafe for OpenSearchAction
impl Send for OpenSearchAction
impl Sync for OpenSearchAction
impl Unpin for OpenSearchAction
impl UnwindSafe for OpenSearchAction
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