pub struct ErrorStatus {
pub fan_error: ErrorType,
pub lamp_error: ErrorType,
pub temperature_error: ErrorType,
pub cover_open_error: ErrorType,
pub filter_error: ErrorType,
pub other_error: ErrorType,
}Fields§
§fan_error: ErrorType§lamp_error: ErrorType§temperature_error: ErrorType§cover_open_error: ErrorType§filter_error: ErrorType§other_error: ErrorTypeAuto Trait Implementations§
impl Freeze for ErrorStatus
impl RefUnwindSafe for ErrorStatus
impl Send for ErrorStatus
impl Sync for ErrorStatus
impl Unpin for ErrorStatus
impl UnsafeUnpin for ErrorStatus
impl UnwindSafe for ErrorStatus
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