pub enum DeviceGroupState {
AllOff,
AllOn,
}
Variants§
Trait Implementations§
Source§impl Clone for DeviceGroupState
impl Clone for DeviceGroupState
Source§fn clone(&self) -> DeviceGroupState
fn clone(&self) -> DeviceGroupState
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 Hash for DeviceGroupState
impl Hash for DeviceGroupState
Source§impl PartialEq for DeviceGroupState
impl PartialEq for DeviceGroupState
impl Copy for DeviceGroupState
impl Eq for DeviceGroupState
impl StructuralPartialEq for DeviceGroupState
Auto Trait Implementations§
impl Freeze for DeviceGroupState
impl RefUnwindSafe for DeviceGroupState
impl Send for DeviceGroupState
impl Sync for DeviceGroupState
impl Unpin for DeviceGroupState
impl UnwindSafe for DeviceGroupState
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