pub enum DhtError {
Readings,
Checksum,
IO,
}Expand description
You should receive this in a case of some unpleasant situation.
Variants§
Readings
Unable to read data from sensor
Checksum
Data was read but checksum validation failed
IO
Error reading pin values or acquire pin etc.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DhtError
impl RefUnwindSafe for DhtError
impl Send for DhtError
impl Sync for DhtError
impl Unpin for DhtError
impl UnwindSafe for DhtError
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