pub struct ValidationPanel;Expand description
Validation panel showing warnings
Implementations§
Auto Trait Implementations§
impl Freeze for ValidationPanel
impl RefUnwindSafe for ValidationPanel
impl Send for ValidationPanel
impl Sync for ValidationPanel
impl Unpin for ValidationPanel
impl UnsafeUnpin for ValidationPanel
impl UnwindSafe for ValidationPanel
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