Struct aws_sdk_iotfleetwise::types::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() -> InvalidSignalBuilder
pub fn builder() -> InvalidSignalBuilder
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 ==.impl StructuralPartialEq for InvalidSignal
Auto Trait Implementations§
impl RefUnwindSafe for InvalidSignal
impl Send for InvalidSignal
impl Sync for InvalidSignal
impl Unpin for InvalidSignal
impl UnwindSafe for InvalidSignal
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