Enum nw_sys::notifications::TemplateType
source · pub enum TemplateType {
Basic,
Image,
List,
Progress,
}Expand description
Notification template type
Variants§
Trait Implementations§
source§impl From<TemplateType> for JsValue
impl From<TemplateType> for JsValue
source§fn from(value: TemplateType) -> Self
fn from(value: TemplateType) -> Self
Converts to this type from the input type.