pub struct BinarySensorConfig {
pub common: EntityCommonConfig,
pub class: BinarySensorClass,
}Fields§
§common: EntityCommonConfig§class: BinarySensorClassTrait Implementations§
Source§impl Debug for BinarySensorConfig
impl Debug for BinarySensorConfig
Source§impl Default for BinarySensorConfig
impl Default for BinarySensorConfig
Source§fn default() -> BinarySensorConfig
fn default() -> BinarySensorConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BinarySensorConfig
impl RefUnwindSafe for BinarySensorConfig
impl Send for BinarySensorConfig
impl Sync for BinarySensorConfig
impl Unpin for BinarySensorConfig
impl UnwindSafe for BinarySensorConfig
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