pub struct HassCustomPanelConfig {
pub embed_iframe: bool,
pub module_url: Option<String>,
pub js_url: Option<String>,
pub name: String,
pub trust_external: bool,
}Fields§
§embed_iframe: bool§module_url: Option<String>§js_url: Option<String>§name: String§trust_external: boolTrait Implementations§
Source§impl Debug for HassCustomPanelConfig
impl Debug for HassCustomPanelConfig
Source§impl<'de> Deserialize<'de> for HassCustomPanelConfig
impl<'de> Deserialize<'de> for HassCustomPanelConfig
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 Display for HassCustomPanelConfig
impl Display for HassCustomPanelConfig
Source§impl PartialEq for HassCustomPanelConfig
impl PartialEq for HassCustomPanelConfig
Source§impl Serialize for HassCustomPanelConfig
impl Serialize for HassCustomPanelConfig
impl StructuralPartialEq for HassCustomPanelConfig
Auto Trait Implementations§
impl Freeze for HassCustomPanelConfig
impl RefUnwindSafe for HassCustomPanelConfig
impl Send for HassCustomPanelConfig
impl Sync for HassCustomPanelConfig
impl Unpin for HassCustomPanelConfig
impl UnwindSafe for HassCustomPanelConfig
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