Struct follow_heating::io::live_data::CheckAgeResult
source · pub struct CheckAgeResult {
max_age_seconds: i64,
actual_age_seconds: i64,
age_type: AgeType,
}
Fields§
§max_age_seconds: i64
§actual_age_seconds: i64
§age_type: AgeType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CheckAgeResult
impl Send for CheckAgeResult
impl Sync for CheckAgeResult
impl Unpin for CheckAgeResult
impl UnwindSafe for CheckAgeResult
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