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 more