pub struct EditorPanel;Expand description
Editor panel combining info editing and validation
Implementations§
Auto Trait Implementations§
impl Freeze for EditorPanel
impl RefUnwindSafe for EditorPanel
impl Send for EditorPanel
impl Sync for EditorPanel
impl Unpin for EditorPanel
impl UnsafeUnpin for EditorPanel
impl UnwindSafe for EditorPanel
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