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