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