pub enum TemplateType {
Basic,
Image,
List,
Progress,
}Expand description
Notification template type
Variants§
Trait Implementations§
Source§impl Display for TemplateType
impl Display for TemplateType
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 Freeze for TemplateType
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