Struct aws_sdk_iotfleetwise::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.