pub struct AddThermostatSuggestionResponse {
pub unique_id: Option<u8>,
}Fields§
§unique_id: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddThermostatSuggestionResponse
impl RefUnwindSafe for AddThermostatSuggestionResponse
impl Send for AddThermostatSuggestionResponse
impl Sync for AddThermostatSuggestionResponse
impl Unpin for AddThermostatSuggestionResponse
impl UnsafeUnpin for AddThermostatSuggestionResponse
impl UnwindSafe for AddThermostatSuggestionResponse
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