Struct aws_sdk_iotfleetwise::types::InvalidSignalDecoder
source · #[non_exhaustive]pub struct InvalidSignalDecoder { /* private fields */ }Expand description
A reason that a signal decoder isn't valid.
Implementations§
source§impl InvalidSignalDecoder
impl InvalidSignalDecoder
sourcepub fn builder() -> InvalidSignalDecoderBuilder
pub fn builder() -> InvalidSignalDecoderBuilder
Creates a new builder-style object to manufacture InvalidSignalDecoder.
Trait Implementations§
source§impl Clone for InvalidSignalDecoder
impl Clone for InvalidSignalDecoder
source§fn clone(&self) -> InvalidSignalDecoder
fn clone(&self) -> InvalidSignalDecoder
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 InvalidSignalDecoder
impl Debug for InvalidSignalDecoder
source§impl PartialEq<InvalidSignalDecoder> for InvalidSignalDecoder
impl PartialEq<InvalidSignalDecoder> for InvalidSignalDecoder
source§fn eq(&self, other: &InvalidSignalDecoder) -> bool
fn eq(&self, other: &InvalidSignalDecoder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InvalidSignalDecoder
Auto Trait Implementations§
impl RefUnwindSafe for InvalidSignalDecoder
impl Send for InvalidSignalDecoder
impl Sync for InvalidSignalDecoder
impl Unpin for InvalidSignalDecoder
impl UnwindSafe for InvalidSignalDecoder
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