pub struct ThermostatSuggestion {
pub unique_id: Option<u8>,
pub preset_handle: Option<Vec<u8>>,
pub effective_time: Option<u64>,
pub expiration_time: Option<u64>,
}Fields§
§unique_id: Option<u8>§preset_handle: Option<Vec<u8>>§effective_time: Option<u64>§expiration_time: Option<u64>Trait Implementations§
Source§impl Debug for ThermostatSuggestion
impl Debug for ThermostatSuggestion
Auto Trait Implementations§
impl Freeze for ThermostatSuggestion
impl RefUnwindSafe for ThermostatSuggestion
impl Send for ThermostatSuggestion
impl Sync for ThermostatSuggestion
impl Unpin for ThermostatSuggestion
impl UnsafeUnpin for ThermostatSuggestion
impl UnwindSafe for ThermostatSuggestion
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