Struct d1_config::PlatformConfig
source · pub struct PlatformConfig {
pub i2c: I2cConfiguration,
pub i2c_puppet: I2cPuppetConfiguration,
pub blink_service: LedBlinkService,
}
Fields§
§i2c: I2cConfiguration
§i2c_puppet: I2cPuppetConfiguration
§blink_service: LedBlinkService
Trait Implementations§
source§impl Debug for PlatformConfig
impl Debug for PlatformConfig
source§impl<'de> Deserialize<'de> for PlatformConfig
impl<'de> Deserialize<'de> for PlatformConfig
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 PlatformConfig
impl RefUnwindSafe for PlatformConfig
impl Send for PlatformConfig
impl Sync for PlatformConfig
impl Unpin for PlatformConfig
impl UnwindSafe for PlatformConfig
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