Struct aws_sdk_iot::types::SqsAction
source · #[non_exhaustive]pub struct SqsAction { /* private fields */ }
Expand description
Describes an action to publish data to an Amazon SQS queue.
Implementations§
Trait Implementations§
source§impl PartialEq<SqsAction> for SqsAction
impl PartialEq<SqsAction> for SqsAction
impl StructuralPartialEq for SqsAction
Auto Trait Implementations§
impl RefUnwindSafe for SqsAction
impl Send for SqsAction
impl Sync for SqsAction
impl Unpin for SqsAction
impl UnwindSafe for SqsAction
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