pub enum ToastKind {
Info,
Success,
Warning,
Error,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToastKind
impl RefUnwindSafe for ToastKind
impl Send for ToastKind
impl Sync for ToastKind
impl Unpin for ToastKind
impl UnsafeUnpin for ToastKind
impl UnwindSafe for ToastKind
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