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.
Auto Trait Implementations§
impl RefUnwindSafe for TemplateType
impl Send for TemplateType
impl Sync for TemplateType
impl Unpin for TemplateType
impl UnwindSafe for TemplateType
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