pub struct CurrentStatus { /* private fields */ }Expand description
The current status. See module-level docs for details.
Implementations§
Source§impl CurrentStatus
impl CurrentStatus
Sourcepub fn acs(&self) -> &AcStatusSet
pub fn acs(&self) -> &AcStatusSet
The current status of all ACs.
Sourcepub fn zones(&self) -> &ZoneStatusSet
pub fn zones(&self) -> &ZoneStatusSet
The current status of all zones.
Sourcepub fn apply(&mut self, change: &StatusChange)
pub fn apply(&mut self, change: &StatusChange)
Apply the given status changes to the current status
Trait Implementations§
Source§impl Clone for CurrentStatus
impl Clone for CurrentStatus
Source§fn clone(&self) -> CurrentStatus
fn clone(&self) -> CurrentStatus
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 CurrentStatus
impl Debug for CurrentStatus
Source§impl Default for CurrentStatus
impl Default for CurrentStatus
Source§fn default() -> CurrentStatus
fn default() -> CurrentStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CurrentStatus
impl RefUnwindSafe for CurrentStatus
impl Send for CurrentStatus
impl Sync for CurrentStatus
impl Unpin for CurrentStatus
impl UnwindSafe for CurrentStatus
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