pub struct HeatingSystemBoiler {
pub present: bool,
pub id: u32,
pub found: bool,
}Fields§
§present: bool§id: u32§found: boolTrait Implementations§
Source§impl Clone for HeatingSystemBoiler
impl Clone for HeatingSystemBoiler
Source§fn clone(&self) -> HeatingSystemBoiler
fn clone(&self) -> HeatingSystemBoiler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeatingSystemBoiler
impl Debug for HeatingSystemBoiler
Source§impl<'de> Deserialize<'de> for HeatingSystemBoiler
impl<'de> Deserialize<'de> for HeatingSystemBoiler
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HeatingSystemBoiler
impl RefUnwindSafe for HeatingSystemBoiler
impl Send for HeatingSystemBoiler
impl Sync for HeatingSystemBoiler
impl Unpin for HeatingSystemBoiler
impl UnwindSafe for HeatingSystemBoiler
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