pub enum CodeIconType {
Panic,
Warning,
Error,
Ok,
Wait,
}
Variants§
Auto Trait Implementations§
impl Freeze for CodeIconType
impl RefUnwindSafe for CodeIconType
impl Send for CodeIconType
impl Sync for CodeIconType
impl Unpin for CodeIconType
impl UnwindSafe for CodeIconType
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