pub struct DeviceControl {
pub gficlearset: bool,
}Fields§
§gficlearset: boolWhether the device has a Ground Fault Interrupt error state
Trait Implementations§
Source§impl Clone for DeviceControl
impl Clone for DeviceControl
Source§fn clone(&self) -> DeviceControl
fn clone(&self) -> DeviceControl
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 DeviceControl
impl Debug for DeviceControl
Source§impl<'de> Deserialize<'de> for DeviceControl
impl<'de> Deserialize<'de> for DeviceControl
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
Source§impl PartialEq for DeviceControl
impl PartialEq for DeviceControl
Source§impl Serialize for DeviceControl
impl Serialize for DeviceControl
impl Eq for DeviceControl
impl StructuralPartialEq for DeviceControl
Auto Trait Implementations§
impl Freeze for DeviceControl
impl RefUnwindSafe for DeviceControl
impl Send for DeviceControl
impl Sync for DeviceControl
impl Unpin for DeviceControl
impl UnwindSafe for DeviceControl
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